summaryrefslogtreecommitdiffstats
path: root/skins/cavendish/basetemplate.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/cavendish/basetemplate.css')
-rw-r--r--skins/cavendish/basetemplate.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/skins/cavendish/basetemplate.css b/skins/cavendish/basetemplate.css
index 85bccb9..e88f2a2 100644
--- a/skins/cavendish/basetemplate.css
+++ b/skins/cavendish/basetemplate.css
@@ -5,15 +5,23 @@
* Large Changes for new Cavendish default by Daniel Burka and Steven Garrity
*/
-/* Basic Structure */
+/* Basic Structure */
+ html, body {
+ background: url("http://www.mageia.org/g/images/bg_ln_4.png") repeat-x scroll 0 0 transparent;
+ }
body {
min-width: 610px;
margin: 20px;
- }
+ background: url("http://www.mageia.org/g/images/cauldron_alpha_ln_1.png") no-repeat scroll -20px 200px transparent;
+ }
#container {
- max-width: 100%; /* default: 70em; */
- margin: 0 auto;
+ /*max-width: 100%; /* default: 70em; */
+ width: 980px;
+ margin: 0 auto;
+ background: #fff;
+ border-radius: 10px;
+ box-shadow: 0 0 6px #555555;
}
#mBody {
@@ -23,14 +31,16 @@
#side {
float: left;
- width: 20%; /* default: 23% */
+ width: 198px; /* default: 23% */
margin-bottom: 1em;
+ margin-left: 7px;
}
#mainContent {
float: right;
- width: 78%; /* default: 75% */
+ width: 740px; /* default: 75% */
margin-bottom: 1em;
+ margin-right: 10px;
}
.nomenu #mainContent {
float: none;
@@ -68,6 +78,10 @@
margin: 0;
white-space: nowrap;
}
+
+ /*#header h1 {
+ margin-left: 180px;
+ }*/
/* Sidebar */