|
@@ -12,7 +12,7 @@
|
|
/* ***** color ***** */
|
|
/* ***** color ***** */
|
|
|
|
|
|
/*
|
|
/*
|
|
-$color-initial: #fff !default
|
|
|
|
|
|
+$color-initial: #fcfcfc !default
|
|
$color-primary: #9b4dca !default
|
|
$color-primary: #9b4dca !default
|
|
$color-secondary: #606c76 !default
|
|
$color-secondary: #606c76 !default
|
|
$color-tertiary: #f4f5f6 !default
|
|
$color-tertiary: #f4f5f6 !default
|
|
@@ -32,7 +32,7 @@ html{
|
|
}
|
|
}
|
|
|
|
|
|
body{
|
|
body{
|
|
- background: #fff;
|
|
|
|
|
|
+ background: #fcfcfc;
|
|
color: #404c56; /* $color-secondary */
|
|
color: #404c56; /* $color-secondary */
|
|
font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -63,7 +63,7 @@ input[type='submit'] {
|
|
background-color: #9b4dca;
|
|
background-color: #9b4dca;
|
|
border: 1px solid #9b4dca;
|
|
border: 1px solid #9b4dca;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: #fcfcfc;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -82,7 +82,7 @@ input[type='submit']:hover,
|
|
input[type='submit']:focus {
|
|
input[type='submit']:focus {
|
|
background-color: #606c76;
|
|
background-color: #606c76;
|
|
border-color: #606c76;
|
|
border-color: #606c76;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: #fcfcfc;
|
|
outline: 0;
|
|
outline: 0;
|
|
}
|
|
}
|
|
.button.button-disabled, .button[disabled],
|
|
.button.button-disabled, .button[disabled],
|
|
@@ -467,7 +467,7 @@ a.header_button{
|
|
padding: 4px 7px;
|
|
padding: 4px 7px;
|
|
font-size: 11px;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: #fcfcfc;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -479,7 +479,7 @@ a.header_button{
|
|
a.header_button:hover{
|
|
a.header_button:hover{
|
|
background-color: #606c76;
|
|
background-color: #606c76;
|
|
border-color: #606c76;
|
|
border-color: #606c76;
|
|
- color: #fff;
|
|
|
|
|
|
+ color: #fcfcfc;
|
|
outline: 0;
|
|
outline: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -543,40 +543,6 @@ div.modules_nav_wrapper{
|
|
div.modules_nav_tree{
|
|
div.modules_nav_tree{
|
|
border:0;
|
|
border:0;
|
|
width:100%;
|
|
width:100%;
|
|
- height:100%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.tree-leaf {
|
|
|
|
-
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.tree-leaf .tree-expando {
|
|
|
|
- border-radius:50%;
|
|
|
|
- background: #ddd;
|
|
|
|
- width: 1.4em;
|
|
|
|
- height: 1.4em;
|
|
|
|
- font-size: 1em;
|
|
|
|
- line-height: 1em;
|
|
|
|
- margin-top: 0.35em;
|
|
|
|
- border: 1px solid #222;
|
|
|
|
- opacity: 0.5;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.tree-leaf .tree-expando.expanded {
|
|
|
|
- opacity: 1.0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.tree-leaf .tree-leaf-text {
|
|
|
|
- margin-left: 8px;
|
|
|
|
- line-height: 2em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.modules_nav_tree > .tree-leaf:last-of-type {
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.modules_nav_tree > .tree-leaf > .tree-leaf-content > .tree-leaf-text {
|
|
|
|
- font-weight: bold;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* parent: modules_content */
|
|
/* parent: modules_content */
|
|
@@ -620,6 +586,6 @@ body.page-modules-reference {
|
|
height:100%;
|
|
height:100%;
|
|
}
|
|
}
|
|
|
|
|
|
-body.forums .post_content {
|
|
|
|
|
|
+body.forums.post_content {
|
|
max-width: 1100px;
|
|
max-width: 1100px;
|
|
}
|
|
}
|