From 8382b3473d19194e9a495b17cfe91ee1729820e3 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Wed, 26 Oct 2011 09:09:15 +0000 Subject: customizing --- skins/cavendish/basetemplate.css | 26 ++++++++++++++++++++------ skins/cavendish/cavendish.css | 9 +++++---- skins/cavendish/header_bl.png | Bin 2391 -> 6251 bytes skins/cavendish/main.css | 25 +++++++++++++++++++++++-- skins/cavendish/template.css | 3 --- 5 files changed, 48 insertions(+), 15 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 */ diff --git a/skins/cavendish/cavendish.css b/skins/cavendish/cavendish.css index d291a5f..f132445 100644 --- a/skins/cavendish/cavendish.css +++ b/skins/cavendish/cavendish.css @@ -126,7 +126,7 @@ li#pt-login { /* General Structure */ body { - font-family: Ubuntu, "Droid Sans", Verdana, 'Bitstream Vera Sans', 'DejaVu Sans'; + font-family: Verdana,"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Tahoma,Arial,sans-serif; font-size: 0.75em; word-spacing: 1.5px; letter-spacing: 0.5px; @@ -134,7 +134,7 @@ body { } input { - font-family: Ubuntu, "Droid Sans", Verdana, 'Bitstream Vera Sans', 'DejaVu Sans'; + font-family: Verdana,"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Tahoma,Arial,sans-serif; } textarea { @@ -143,14 +143,15 @@ textarea { } h1, h2, h3, h4, h5, h6 { - font-family: Ubuntu, "Droid Serif", Georgia, "Times New Roman", Times; + font-family: "Century Gothic","Trebuchet MS",Arial,sans-serif; margin: 1em 0 0.3em 0; } h6 { font-size: 90%; } h1, h2 { - text-shadow: 1px 1px 2px #A5A5A5; + /*text-shadow: 1px 1px 2px #A5A5A5;*/ + text-shadow: none; } li h1, li h2, li h3, li h4, li h5, li h6 { diff --git a/skins/cavendish/header_bl.png b/skins/cavendish/header_bl.png index a8b7d27..5c6b3ef 100644 Binary files a/skins/cavendish/header_bl.png and b/skins/cavendish/header_bl.png differ diff --git a/skins/cavendish/main.css b/skins/cavendish/main.css index ead4930..6040dd6 100644 --- a/skins/cavendish/main.css +++ b/skins/cavendish/main.css @@ -78,11 +78,12 @@ div#header { clear: both; } #header h1 a { /*background: transparent url("wiki_header_logo.gif") no-repeat scroll 5px -5px; */ - font-family: Ubuntu, "Trebuchet MS", Verdana, Helvetica, sans-serif; + font-family: "Century Gothic","Trebuchet MS",Arial,sans-serif;; color: #FFFFFF; font-size: 1.7em; text-shadow: 1px 1px 2px #000; - text-indent: 1.7em; + margin: 9px 0 0 180px; + text-indent: 1.1em; text-transform: lowercase; } @@ -233,3 +234,23 @@ a.external[href *=".pdf?"], a.external[href *=".PDF?"], background: url("document.png") center right no-repeat; padding-right: 12px; } + +# Mageia wiki specific layout +table.contenttable +{ + text-align: left; + padding: 5px; + width: 98%; +} + +.contenttable td, th +{ + font-size: 150%; + line-height: 1.7; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; + border: outset 1px #cbd9d9; + padding: 20px; + vertical-align: top; +} diff --git a/skins/cavendish/template.css b/skins/cavendish/template.css index 895b8ae..8c11268 100644 --- a/skins/cavendish/template.css +++ b/skins/cavendish/template.css @@ -3,9 +3,6 @@ */ /* Basic Structure */ - body { - background: #fff url("body_back.gif") repeat-x; - } /* Header */ -- cgit v1.2.1