Benutzer:Grainne/piratenskin.css
< Benutzer:Grainne
Version vom 15. Juli 2012, 04:15 Uhr von imported>Grainne
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/*
leichte Veränderungen
*/
/*
-----------------------------------------------------
FraternityManuals.org MediaWiki 'monobook' style sheet for CSS2-capable browsers
FileName: main.css
Version: 2005.04.06
Author: jasonpearce.com
-----------------------------------------------------
*/
/* Media Imports -----------------------------------------------------*/
/* @import url("browserdefaults_compact.css"); */
/* @import url("broswerforms_compact.css"); */
/* Typography & Colors -----------------------------------------------*/
body {
background-color: #FFFFCC; /* white #ffffff */
color: #333; /* dark grey */
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 90.0%;
margin:0;
}
#titleBar {
border-top: 2px solid #1860AC; /* Macro 4 Blue */
}
#content {
font-size: 1.0em;
line-height: 1.1em;
}
code {
font: 1.0em 'Courier New', Courier, Fixed;
}
#top-logo {
position:absolute;
left:15px;
top:15px;
}
.top-bar {
position:absolute;
left:220px;
top:85px;
border: 1px dashed #e3e8e8;
}
#top-links {
position:absolute;
right:1em;
top:2em;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}
#column-one {
font-size: 0.9em;
line-height: 0.8em;
}
#toc { /* table of contents */
background: #FFFFFF; /* very light orange */
border: 1px solid #e3e8e8; /* gray */
}
#toctitle {
color: #FF8800; /* very dark orange */
}
/* When <div class="nonumtoc"> is used on the table of contents,
the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
line-height: 1.5em;
list-style: none;
margin: .3em 0 0;
padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
#footer {
border-top: 1px solid #666666;
color: #999999;
}
/* Links -------------------------------------------------------------*/
a {color: #2153B0; text-decoration: none} /* blue */
a:hover {color: #173A7B; text-decoration: underline} /* dark blue */
a:visited {color: #9093F0;} /* light blue */
a.new {color: #FF8800;} /* orange */
#column-one a:hover {color: #173A7B;} /* dark blue */
#column-one .selected a {
color: #FF8800; /* orange */
font-weight: bolder;
}
.top-bar .selected a {
color: #FF8800; /* orange */
font-weight: bolder;
}
.top-bar .new a {
color: #808080; /* gray */
}
#toc a {color: #808080;} /* blue */
#toc a:hover {color: #173A7B;} /* dark blue */
#toc p a:visited {color: #2153B0;} /* blue */
#toc h2 {margin-top:0px; border:none;}
#footer a {color: #999999;}
#footer a:hover {color: #173A7B;} /* dark blue */
/* LINK ICONS
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] {
background: url(/wiki/images/4/44/External.png) center right no-repeat;
padding-right: 13px;
}
#bodyContent a[href ^="https://"], .link-https {
background: url("/wiki/images/7/76/Lock_Icon.gif") center right no-repeat;
padding-right: 16px;
}
#bodyContent a[href ^="mailto:"], .link-mailto {
background: url("/wiki/images/f/f1/Mail_Icon.gif") center right no-repeat;
padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
background: url("/wiki/images/5/55/News_Icon.png") center right no-repeat;
padding-right: 18px;
}
#bodyContent a[href ^="ftp://"], .link-ftp {
background: url("/wiki/images/5/52/File_Icon.gif") center right no-repeat;
padding-right: 18px;
}
#bodyContent a[href ^="irc://"], .link-irc {
background: url("/wiki/images/8/8d/Discussionitem_icon.gif") center right no-repeat;
padding-right: 18px;
}
/* Structure & Frame -------------------------------------------------*/
body {
text-align: center;
}
#titleBar {
height: 100px;
text-align: left;
width: 100%;
}
#globalWrapper {
margin: 10px auto;
text-align: left;
width: 95%;
}
#column-content {
margin-left: 175px;
}
#column-one {
position: absolute;
top: 125px;
width: 165px;
}
#footer {
clear: both;
height: 5em;
margin: 3em 0 3em 200px;
}
/* Headers -----------------------------------------------------------*/
/*h1, h2, h3, h4 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;}*/
/*h1, h2, h3, h4 {font-family: Verdana, Arial, Sans-Serif;}*/
h1, h2 {border-bottom: 1px dotted #333333; line-height: 1.1em; padding-bottom: 0.2em;}
.firstHeading {border-bottom-style: solid; border-bottom-color: #d5d5d5; font-size: 1.8em; color: #000000}
.editsection {font-size: 0.7em; float:right;}
.portlet h5 { /* blocks within #column-one */
border-top: 1px solid #eeeeee;
margin-top: 0;
padding-top: 0.25em;
}
/* Images ------------------------------------------------------------*/
#titleBar {
background: #FFF url(/wiki/images/4/40/RaueSee.png) repeat-x; /* blue and white background */
}
#titleBar img {
margin-left: 2.5%;
}
#p-poweredby img {
border: 0;
clear: both;
float: right;
margin: 2px 0;
}
/* Lists -------------------------------------------------------------*/
ul, ol, dl {
margin: 0.6em;
padding-left: 0.6em;
}
html>body li, dd {
margin-left: 0.6em;
}
dt {
font-weight: bold;
margin-bottom: .1em;
}
.portlet ul {
margin-bottom: 2em;
}
.portlet li {
margin: 0.5em 0;
}
.portlet li.active a, .portlet li.active a:hover {
text-decoration: none;
display: inline;
font-weight: bold;
}
/* Special stylized non-IE bullets
Does not work in Internet Explorer, which merely default to normal bullets. */
html>body .portlet ul {
list-style: none;
margin-left: 0px;
padding: 0 0 0 30px;
padding-left: 10px;
text-indent: -10px;
}
html>body .portlet li {
margin-left: 10px;
}
html>body .portlet ul li:before {
content: "\00BB \0020";
}
/* Form Elements -----------------------------------------------------*/
.portlet #searchform {
margin-left: 10px;
margin-bottom: 2em;
}
.portlet #searchform input {
margin: 0.15em 0;
width: 120px;
}
.portlet #searchform .searchButton {
width: 58px;
}
/* Various Tags & Classes --------------------------------------------*/
#siteSub, .urlexpansion, .printfooter {
display: none;
}
.visualClear {
clear: both;
}
.not-patrolled {
background-color: #ffa;
}
.unpatrolled {
color: #ff0000;
}
/* BEGIN user notifications */
.usermessage {
background-color: #ffce7b; /* yellow */
border: 1px solid #ffa500; /* orange */
color: Black;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
#siteNotice {
font-size: 95%;
padding: 0 0.9em 0 0.9em;
text-align: center;
}
#siteNotice p {margin: 0; padding: 0;}
.error {color: red; font-size: larger;}
#catlinks {
background-color: #F2F6FF; /* very light blue */
border: 1px solid #CBDDFF; /* light blue */
clear: both;
margin: 1em 0;
}
#catlinks p {margin: 0.5em;}
/* END user notifications */
#jump-to-nav {display: none;}
/* Content -----------------------------------------------------------*/
/* BEGIN Table of Contents */
#toc {
/*float: left; */
margin-top: 0px;
margin-left: 0em;
margin-right: 1.9em;
margin-bottom: 0.8em;
/* width: 15em; */
background-color: #F2F6FF; /* very light blue */
}
#toc td {padding: 0.1em;}
#toc .tocindent {margin-left: 0.2em;}
#toc .tocline {margin-bottom: 0px;}
#toc p {margin: 0}
#toc .editsection {margin-top: 0.0em;}
/* END Table of Contents */
/* BEGIN Page history styling */
.autocomment {color: gray;}
#pagehistory span.user {margin-left: 1.4em; margin-right: 0.4em;}
#pagehistory span.minor {font-weight: bold;}
#pagehistory input {margin: 0.2em;}
#pagehistory li {border: 1px solid #ffffff; margin-top: 1px; margin-bottom: 1px;}
#pagehistory li.selected {
background-color: #CBDDFF; /* light blue */
border:1px dashed #FDA32F; /* orange */
}
/* END Page history styling */
/* BEGIN Diff rendering */
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: white;
}
td.diff-addedline {
background: #cfc;
font-size: smaller;
}
td.diff-deletedline {
background: #ffa;
font-size: smaller;
}
td.diff-context {
background: #eee;
font-size: smaller;
}
.diffchange {
color: red;
font-weight: bold;
text-decoration: none;
}
/* END Diff rendering */
/* BEGIN forms */
fieldset {
background: #FAFCFF;
border: 1px solid #CBDDFF;
margin: 1em;
padding: 0.5em 1em;
}
fieldset div {
margin: 0.25em 0;
}
fieldset input {
margin: 0 0.5em;
}
legend {
color: #2153B0;
font-size: 1.25em;
font-weight: bolder;
padding: 0.2em 0.5em;
}
/* END forms */
.gallerybox {
margin-right:auto;
margin-left:auto;
padding-left:5px;
padding-right:5px;
}
.gallerybox .thumb {
width:90%;
margin-right:auto;
margin-left:auto;
}
.gallerytext {
width:95%;
}
/* Footer ------------------------------------------------------------*/
#footer ul {
list-style: none;
margin: 0;
}
#footer ul li {
margin: 0.1em;
margin-right: 1em;
}
.NavToggle {
float: none !important;
font-size: x-small;
}
#f-lastmod {}
#f-viewcount {display: none;}
#f-copyright {}
#f-about {float: left;}
#f-disclaimer {float: left;}
#f-developedby {float: left;}
/* images */
div.floatright, table.floatright {
clear: right;
float: right;
position: relative;
margin: 0 0 0.5em 0.5em;
border: 0
/*
border: 0.5em solid White;
border-width: 0.5em 0 0.8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
float: left;
position: relative;
margin: 0 0.5em 0.5em 0;
border: 0
/*
margin: 0.3em 0.5em 0.5em 0;
border: 0.5em solid White;
border-width: 0.5em 1.4em 0.8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
margin-bottom: 0.5em;
border-style: solid; border-color: White;
width: auto;
}
div.thumb div {
border:1px solid #cccccc;
padding: 3px !important;
background-color:#f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
}
div.thumb div a img {
/*border:1px solid #cccccc;*/
}
div.thumb div div.thumbcaption {
border: none;
text-align: left;
line-height: 1.4em;
padding: 0.3em 0 0.1em 0;
}
div.magnify {
float: right;
border: none !important;
background: none !important;
}
div.magnify a, div.magnify img {
display: block;
border: none !important;
background: none !important;
}
div.tright {
clear: right;
float: right;
border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
float: left;
margin-right:0.5em;
border-width: 0.5em 1.4em 0.8em 0;
}
.urlexpansion,
.hiddenStructure {
display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
img {
border: 0px solid #333;
}
/* Stop floats from intruding into edit area in previews */
#toolbar, #wpTextbox1 { clear: both; }
pre {
border: 1px dashed #808080;
padding: 3px;
margin: auto;
background-color: #ffffef;
color: #000;
font-size: 1.0em;
}
tt {
font-size: 1.1em;
color: #0000ff;
}
/* Stylefixes für den TOC beim LV RLP */
.page-Landesverband_Rheinland-Pfalz table#toc {
border:1px solid #ff8800;
margin-bottom:5px;
padding:0px;
width:100%;
border-collapse:collapse;
}
.page-Landesverband_Rheinland-Pfalz tr#toc {
padding:0px;
margin:0px;
border:1px dashed #00ff00;
}
.page-Landesverband_Rheinland-Pfalz table#toc td {
padding:0;
}
.page-Landesverband_Rheinland-Pfalz #toctitle {
background:#ff8800;
border:0px solid #ff8800;
}
.page-Landesverband_Rheinland-Pfalz #toctitle h2 {
color:#ffffff;
padding-bottom:1px;
padding-top:1px;
padding-right:10px;
padding-left:10px;
}
.page-Landesverband_Rheinland-Pfalz #toc ul {
padding:10px
}
/* temporär ergänzter Müll -----------------------------------------------*/
div.maltesten { color:#999999;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;
padding-left:10px;}