|
|
|
@ -47,7 +47,6 @@ h4, .wiki h3 {font-size: 13px;padding: 0px 10px 1px 0px;margin-bottom: 5px; bord |
|
|
|
|
width: 75%; |
|
|
|
|
background-color: #fff; |
|
|
|
|
margin: 0px; |
|
|
|
|
border: 1px #ddd; |
|
|
|
|
border-style: none solid solid solid; |
|
|
|
|
padding: 6px 10px 10px 10px; |
|
|
|
|
z-index: 10; |
|
|
|
@ -59,7 +58,7 @@ html>body #content { min-height: 600px; } |
|
|
|
|
#main.nosidebar #sidebar{ display: none; } |
|
|
|
|
#main.nosidebar #content{ width: auto } |
|
|
|
|
|
|
|
|
|
#footer {clear: both; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center;} |
|
|
|
|
#footer {clear: both; font-size: 0.9em; color: #aaa; padding: 5px; text-align:right;} |
|
|
|
|
|
|
|
|
|
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; } |
|
|
|
|
#login-form table td {padding: 6px;} |
|
|
|
@ -1089,7 +1088,7 @@ h2 img { vertical-align:middle; } |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
font: normal normal normal 13px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif; |
|
|
|
|
background:#f3f3f3; |
|
|
|
|
background:white; |
|
|
|
|
color:#333; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -1383,8 +1382,9 @@ div#optional_login_fields { |
|
|
|
|
#main-menu { |
|
|
|
|
width:185px; |
|
|
|
|
height:100%; |
|
|
|
|
position:absolute; |
|
|
|
|
left:0; |
|
|
|
|
float:left; |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
#main-menu ul ul { |
|
|
|
|
display:none; |
|
|
|
@ -1514,11 +1514,14 @@ div#optional_login_fields { |
|
|
|
|
* This section includes the layout and styles for the main content area. |
|
|
|
|
------------------------------------------------------------------------------*/ |
|
|
|
|
#main { |
|
|
|
|
background:#f3f3f3; |
|
|
|
|
background:white; |
|
|
|
|
position:relative; |
|
|
|
|
z-index:20; |
|
|
|
|
} |
|
|
|
|
#footer { color: #aaa; padding-left: 186px } |
|
|
|
|
#footer { |
|
|
|
|
color: #aaa; |
|
|
|
|
border-top:1px solid #ddd; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1.title { |
|
|
|
|
margin:12px 24px 9px; |
|
|
|
|