فهرست منبع

Added File Map for a Clearer View!

Somtimes I find myself scrolling all the file to find something.
Now with the map it will be easyer!
elron 13 سال پیش
والد
کامیت
b7050cd78d
1فایلهای تغییر یافته به همراه33 افزوده شده و 14 حذف شده
  1. 33 14
      library/less/_base.less

+ 33 - 14
library/less/_base.less

@@ -9,10 +9,29 @@ loaded by mobile devices. You want to keep it as minimal as
 possible. This is called at the top of the main stylsheet
 and will be used across all viewports.
 
+------------ MAP ------------
+
+01. GENERAL STYLES
+02. WORDPRESS BODY CLASSES
+03. LAYOUT & GRID STYLES
+04. LINK STYLES
+05. H1, H2, H3, H4, H5 STYLES
+06. HEADER SYTLES
+07. NAVIGATION STYLES
+08. POSTS & CONTENT STYLES
+09. PAGE NAVI STYLES
+10. COMMENT STYLES
+11. COMMENT FORM STYLES
+12. SIDEBARS & ASIDES
+13. FOOTER STYLES
+
 ******************************************************************/
 
+
+
+
 /*********************
-GENERAL STYLES
+01. GENERAL STYLES
 *********************/
 
 body {
@@ -23,8 +42,8 @@ body {
 }
 
 /********************
-WORDPRESS BODY CLASSES
-style a page via class
+02. WORDPRESS BODY CLASSES
+    style a page via class
 ********************/
 
 .rtl {}                           /* for sites that are read right to left (i.e. hebrew) */
@@ -64,7 +83,7 @@ style a page via class
 	.paged-1 {}                     /* individual paged (i.e. body.paged-3) */
 
 /*********************
-LAYOUT & GRID STYLES
+03. LAYOUT & GRID STYLES
 *********************/
 
 .wrap {
@@ -73,7 +92,7 @@ LAYOUT & GRID STYLES
 }
 
 /*********************
-LINK STYLES
+04. LINK STYLES
 *********************/
 
 a, a:visited {
@@ -101,7 +120,7 @@ a, a:visited {
 }
 
 /******************************************************************
-H1, H2, H3, H4, H5 STYLES
+05. H1, H2, H3, H4, H5 STYLES
 ******************************************************************/
 
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
@@ -147,7 +166,7 @@ h5, .h5 {
 }
 
 /*********************
-HEADER SYTLES
+06. HEADER SYTLES
 *********************/
 
 .header {}
@@ -155,7 +174,7 @@ HEADER SYTLES
 	#logo {}
 
 /*********************
-NAVIGATION STYLES
+07. NAVIGATION STYLES
 *********************/
 
 /*
@@ -239,7 +258,7 @@ and moe scalable.
 
 
 /*********************
-POSTS & CONTENT STYLES
+08. POSTS & CONTENT STYLES
 *********************/
 
 #content {
@@ -396,7 +415,7 @@ POSTS & CONTENT STYLES
 		.size-thumbnail {}
 
 /******************************************************************
-PAGE NAVI STYLES
+09. PAGE NAVI STYLES
 ******************************************************************/
 
 .page-navigation,
@@ -507,7 +526,7 @@ PAGE NAVI STYLES
 	} /* end .wp-prev-next */
 
 /******************************************************************
-COMMENT STYLES
+10. COMMENT STYLES
 ******************************************************************/
 
 /* h3 comment title */
@@ -687,7 +706,7 @@ COMMENT STYLES
 } /* end .commentlist */
 
 /******************************************************************
-COMMENT FORM STYLES
+11. COMMENT FORM STYLES
 ******************************************************************/
 
 .respond-form {
@@ -776,7 +795,7 @@ COMMENT FORM STYLES
 	}
 
 /*********************
-SIDEBARS & ASIDES
+12. SIDEBARS & ASIDES
 *********************/
 
 .sidebar {}
@@ -805,7 +824,7 @@ SIDEBARS & ASIDES
 	}
 
 /*********************
-FOOTER STYLES
+13. FOOTER STYLES
 *********************/
 
 .footer {