sync
[bootswatch] / mPurpose / less / general.less
index 1b71048..2da111a 100755 (executable)
-
-/*--------------------------------------------------------------------------
-       General Style
---------------------------------------------------------------------------*/
-
-body{
-       background: @body-background;
-}
-
-.section{
-       padding: 30px 0;
-       .translateZ(0);
-}
-
-.section-white{
-       background: #FFF;
-}
-
-.section .container:first-child h1, .section .container:first-child h2, .section .container:first-child h3{
-       margin-top: 0;
-       font-weight: 700;
-}
-
-.input-micro{
-       width: 50px;
-       margin-bottom: 0 !important;
-}
-
-textarea:focus,
-input[type="text"]:focus,
-input[type="password"]:focus,
-input[type="datetime"]:focus,
-input[type="datetime-local"]:focus,
-input[type="date"]:focus,
-input[type="month"]:focus,
-input[type="time"]:focus,
-input[type="week"]:focus,
-input[type="number"]:focus,
-input[type="email"]:focus,
-input[type="url"]:focus,
-input[type="search"]:focus,
-input[type="tel"]:focus,
-input[type="color"]:focus,
-.uneditable-input:focus {
-       border-color: fade(@theme-color, 80%);
-       outline: 0;
-       outline: thin dotted \9;
-       /* IE6-9 */
-       @glow-color: fade(@theme-color, 60%);
-       .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{glow-color}");
-}
-
-ul.no-list-style{
-       list-style-type: none;
-       margin-left: 0;
-}
-
-ul.no-list-style li{
-       line-height: 28px;
-}
-
-div[class*="span"]{
-       .transition(~"all .4s linear");
-}
-
-/*--------------------------------------------------------------------------
-       Typography Style
---------------------------------------------------------------------------*/
-
-body{
-       font-family: Arial, Helvetica, sans-serif; 
-       font-size: 14px;
-       line-height: 20px;
-       color: @font-color;
-}
-
-h1{ 
-       color: @heading-color;
-       font-family: 'Open Sans', sans-serif; 
-       font-weight: 800; 
-}
-
-h2{ 
-       color: @heading-color;
-       font-family: 'Open Sans', sans-serif; 
-       font-size: 2em;
-       border-bottom: 2px solid @heading-color;
-       line-height: 1.5em;
-       margin: 30px 0;
-       padding-left: 10px;
-}
-
-h3{ 
-       font-family: 'Open Sans', sans-serif; 
-       color: @heading-color;
-       font-size: 1.5em;
-}
-
-h4{ 
-       font-family: 'Open Sans', sans-serif; 
-       color: @heading-color;
-       margin-bottom: 10px;
-}
-
-a{
-       color: @theme-color;
-}
-
-a:hover{
-       color: darken(@theme-color, 20%);
+\r
+/*--------------------------------------------------------------------------\r
+       General Style\r
+--------------------------------------------------------------------------*/\r
+\r
+body{\r
+       background: @body-background;\r
+}\r
+\r
+.section{\r
+       padding: 30px 0;\r
+       .translateZ(0);\r
+}\r
+\r
+.section-white{\r
+       background: #FFF;\r
+}\r
+\r
+.section .container:first-child h1, .section .container:first-child h2, .section .container:first-child h3{\r
+       margin-top: 0;\r
+       font-weight: 700;\r
+}\r
+\r
+.input-micro{\r
+       width: 50px;\r
+       margin-bottom: 0 !important;\r
+}\r
+\r
+textarea:focus,\r
+input[type="text"]:focus,\r
+input[type="password"]:focus,\r
+input[type="datetime"]:focus,\r
+input[type="datetime-local"]:focus,\r
+input[type="date"]:focus,\r
+input[type="month"]:focus,\r
+input[type="time"]:focus,\r
+input[type="week"]:focus,\r
+input[type="number"]:focus,\r
+input[type="email"]:focus,\r
+input[type="url"]:focus,\r
+input[type="search"]:focus,\r
+input[type="tel"]:focus,\r
+input[type="color"]:focus,\r
+.uneditable-input:focus {\r
+       border-color: fade(@theme-color, 80%);\r
+       outline: 0;\r
+       outline: thin dotted \9;\r
+       /* IE6-9 */\r
+       @glow-color: fade(@theme-color, 60%);\r
+       .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{glow-color}");\r
+}\r
+\r
+ul.no-list-style{\r
+       list-style-type: none;\r
+       margin-left: 0;\r
+}\r
+\r
+ul.no-list-style li{\r
+       line-height: 28px;\r
+}\r
+\r
+div[class*="span"]{\r
+       .transition(~"all .4s linear");\r
+}\r
+\r
+/*--------------------------------------------------------------------------\r
+       Typography Style\r
+--------------------------------------------------------------------------*/\r
+\r
+body{\r
+       font-family: Arial, Helvetica, sans-serif; \r
+       font-size: 14px;\r
+       line-height: 20px;\r
+       color: @font-color;\r
+}\r
+\r
+h1{ \r
+       color: @heading-color;\r
+       font-family: 'Open Sans', sans-serif; \r
+       font-weight: 800; \r
+}\r
+\r
+h2{ \r
+       color: @heading-color;\r
+       font-family: 'Open Sans', sans-serif; \r
+       font-size: 2em;\r
+       border-bottom: 2px solid @heading-color;\r
+       line-height: 1.5em;\r
+       margin: 30px 0;\r
+       padding-left: 10px;\r
+}\r
+\r
+h3{ \r
+       font-family: 'Open Sans', sans-serif; \r
+       color: @heading-color;\r
+       font-size: 1.5em;\r
+}\r
+\r
+h4{ \r
+       font-family: 'Open Sans', sans-serif; \r
+       color: @heading-color;\r
+       margin-bottom: 10px;\r
+}\r
+\r
+a{\r
+       color: @theme-color;\r
+}\r
+\r
+a:hover{\r
+       color: darken(@theme-color, 20%);\r
 }
\ No newline at end of file