summaryrefslogtreecommitdiff
path: root/theme/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/css/main.css')
-rwxr-xr-xtheme/static/css/main.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index b976f4d..7851ed8 100755
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -11,11 +11,11 @@ header, footer, section, nav {
}
body {
- width: 710px;
+ width: 700px;
margin: 0;
padding: 0;
font-size: .8em;
- line-height: 1.3;
+// line-height: 1.3;
color: black;
background : #323232;
margin-left: auto;
@@ -194,25 +194,31 @@ div.admonition-attention {
div#page {
- background : url(../images/fond.jpg) repeat-y top center white;
- margin: 5% auto 5% auto;
+ background : white;
+ //margin: 5% auto 5% auto;
}
header#header {
- background-image: url("../images/header.jpg");
- height: 333px;
+ //background-image: url("../images/header.jpg") no-repeat;
+ //height: 333px;
+ padding: 5px 5px 0px;
}
#header>h1 {
left: 20px;
+ background-color: #323232;
color: #BBBBBB;
letter-spacing: 1px;
font-size: 1.3em;
padding : 0;
- padding-top: 20px;
- padding-left: 15px;
- margin: 15px 0 15px 0;
+
+ padding-bottom: 15px;
+ padding-left: 5px;
+ padding-top: 5px;
+
+ margin-bottom: 0;
+ margin-top: 0;
}
#header>h1>a {
text-decoration: inherit;