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.css123
1 files changed, 0 insertions, 123 deletions
diff --git a/skins/cavendish/basetemplate.css b/skins/cavendish/basetemplate.css
deleted file mode 100644
index 7f0bede..0000000
--- a/skins/cavendish/basetemplate.css
+++ /dev/null
@@ -1,123 +0,0 @@
-/* mozilla.org Base Template Styles
- * Initial Design by Dave Shea
- * Severely tweaked by David Baron
- * Reorganized by fantasai
- * Large Changes for new Cavendish default by Daniel Burka and Steven Garrity
- */
-
-/* Basic Structure */
- html, body {
- background: url("bg_ln_4.png") repeat-x scroll 0 0 transparent;
- }
- body {
- min-width: 610px;
- margin: 20px;
- background: url("cauldron_alpha_ln_1.png") no-repeat scroll -20px 200px transparent;
- }
-
- #container {
- /*max-width: 100%; /* default: 70em; */
- width: 980px;
- margin: 0 auto;
- background: #fff;
- border-radius: 10px;
- box-shadow: 0 0 6px #555555;
- }
-
- #mBody {
- clear: both;
- padding: 0 0 1em 0;
- }
-
- #side {
- float: left;
- width: 198px; /* default: 23% */
- margin-bottom: 1em;
- margin-left: 7px;
- }
-
- #mainContent {
- float: right;
- width: 740px; /* default: 75% */
- margin-bottom: 1em;
- margin-right: 10px;
- }
- .nomenu #mainContent {
- float: none;
- width: 100%;
- }
- .bodyleft {
- float: right !important;
- width: 75% !important;
- }
- #mainContent.right {
- float: left;
- width: 62%;
- }
-
- #side.right {
- float: right;
- width: 35%;
- }
-
-/* Header */
-
- #header {
- margin-bottom: 1em;
- }
-
- #header ul {
- margin: 0 0 1em 0;
- padding: 0;
- line-height: 1.5em;
- }
-
- #header li {
- display: inline;
- padding: 0 20px 0 0;
- margin: 0;
- white-space: nowrap;
- }
-
- /*#header h1 {
- margin-left: 180px;
- }*/
-
-/* Sidebar */
-
- #getcd {
- margin: 1em 0 0 45px;
- }
-
-/* Footer */
-
- #footer {
- clear: both;
- margin-top: 1em;
- }
-
- #footer ul {
- margin: 0 0 0.5em 0;
- padding: 0;
- }
-
- #footer li {
- display: inline;
- padding: 0 20px 0 0;
- margin: 0;
- white-space: nowrap;
- }
-
- #footer p {
- margin: 0.6em 0;
- }
-
-/*accessibility tweaks*/
- .skipLink {
- position: absolute;
- left: -999px;
- width: 990px;
- }
- hr.hide {
- display: none;
- }