Benutzer:Flo/monobook.css: Unterschied zwischen den Versionen

Aus DGL Wiki
Wechseln zu: Navigation, Suche
K ()
K
Zeile 1: Zeile 1:
@import "/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=2678400";
+
/* main part of the site*/
 +
body {
 +
  background: #6977A1;  
 +
}
  
a { text-decoration: underline }
+
div#content{
 
+
  background-color: #291852; border: 1px #C8CAD6 solid; color:white;  
/* Donations link to be uncommented during fundraising drives  */
 
#siteNotice {
 
    margin-top:5px;
 
    padding-left: 4px;
 
    font-style: italic;
 
    text-align: center;
 
 
}
 
}
  
/****************************/
+
/* general styles */
/* BEGIN LIGHT BLUE SECTION */
 
/****************************/
 
/* Make all non-namespace pages have a light blue content area. This is done by
 
  setting the background color for all #content areas to light blue and then
 
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 
  do the same for the "tab" background colors. --Lupo */
 
  
#content {
+
table {
     background: #F8FCFF; /* a light blue */
+
    font-size: 100%;
 +
     background: #6977A1;
 +
    border: 1px #C8CAD6 solid;
 +
    cellspacing: 0;
 +
    border-collapse: collapse;
 +
    margin: 1em 1em 1em 0;
 +
    cellpadding:1em;
 +
}
 +
a {
 +
    text-decoration: none;
 +
    color : #9999FF;
 +
    background: none;
 
}
 
}
 +
a:visited { color : #9999FF; }
 +
a:active { color : #DD6900; }
 +
a:hover { text-decoration: underline; }
 +
a.stub { color: #772233; }
 +
a.new,
 +
#p-personal a.new { color:red; }
 +
a.new:visited,
 +
#p-personal a.new:visited { color:red; }
  
#content div.thumb {
+
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
     border-color: #F8FCFF;
+
 
 +
h1, h2, h3, h4, h5, h6 {
 +
    color: white;
 +
    background: none;
 +
     border-bottom: 1px solid #aaaaaa;
 
}
 
}
 
+
h3, h4, h5, h6 {
.ns-0 * #content {
+
    border-bottom: none;
     background: white;
+
     font-weight: bold;
 
}
 
}
  
#mytabs li {
+
abbr, acronym, .explain {
     background: #F8FCFF;
+
    border-bottom: 1px dotted white;
 +
    color: white;
 +
     background: none;
 +
    cursor: help;
 
}
 
}
  
.ns-0 * #mytabs li {
+
code { background-color: #f9f9f9; }
     background: white;
+
pre {
 +
    padding: 1em;
 +
    border: 1px dashed #2f6fab;
 +
    color: Black;
 +
     background-color: #f9f9f9;
 +
    line-height: 1.1em;
 
}
 
}
  
#mytabs li a {
+
/* the main content area */
    background-color: #F8FCFF;
+
/* --------------------- */
}
 
  
.ns-0 * #mytabs li a {
+
#contentSub {
     background-color: white;
+
     line-height: 1.2em;
 +
    margin: 0 0 1.4em 1em;
 +
    color: #7d7d7d;
 
}
 
}
  
#p-cactions li a {
+
.usermessage {
     background-color: #F8FCFF;
+
     background-color: #ffce7b;
 +
    border: 1px solid #ffa500;
 +
    color: Black;
 +
    font-weight: bold;
 
}
 
}
  
.ns-0 * #p-cactions li a {
+
/*category links */
     background-color: white;
+
#catlinks {
 +
    border: 1px #C8CAD6 solid;
 +
     background-color: #6977A1;
 +
    clear: both;
 
}
 
}
  
.ns-0 * #content div.thumb {
+
.documentByLine {
     border-color: white;
+
     color: #76797c;
 
}
 
}
  
/**************************/
+
/* table of contents */
/* END LIGHT BLUE SECTION */
+
#toc {
/**************************/
+
     border: 1px #C8CAD6 solid;  
 
+
     background-color: #6977A1;
/* Display "From Wikipedia, the free encyclopedia" */
 
#siteSub {
 
     display: inline;
 
     font-size: 100%;
 
    font-weight: normal;
 
 
}
 
}
  
#bodyContent #siteSub a {
+
/* TODO: Assign new style
     color: #000;
+
div.thumb div {
    text-decoration: none;
+
     border:1px solid #cccccc;
     background-color: transparent;
+
     background-color:#f9f9f9;
    background-image: none;
+
}*/
    padding-right: 0;
 
}
 
  
/* Bold 'edit this page' link to encourage newcomers */
 
#ca-edit a { font-weight: bold !important; }
 
  
/* Display "User $1, you are already logged in!"
+
/* User styles */
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
+
/* ----------- */
div.alreadyloggedin { color: red; font-weight: bold; }
 
  
@media print {
+
.toccolours {
     /* Do not print edit link in templates using Template:Ed
+
     border: 1px #C8CAD6 solid;
      Do not print certain classes that shouldn't appear on paper */
+
    background-color: #6977A1;
     .editlink, .noprint, .metadata, .dablink { display: none }
+
}
 +
/* TODO: Assign new style
 +
div.townBox {
 +
     background:White;
 +
}
 +
div.townBox dl dd {
 +
    background-color: #f3f3f3;
 
}
 
}
 +
*/
  
 +
/* edit views etc */
 +
/* -------------- */
  
/* Accessibility experiment: make diff changes not just colour-based */
+
/* TODO: Assign new style
 
+
.autocomment { color: gray; }
.diffchange {
+
#pagehistory li { border: 1px solid White; }
     font-weight: bold;
+
#pagehistory li.selected {
     background-color: inherit;
+
     background-color:#f9f9f9;
 +
     border:1px dashed #aaaaaa;
 
}
 
}
 +
*/
  
td.diff-addedline, td.diff-deletedline, td.diff-context {
+
/* Diff rendering */
     font-size: 85%;
+
/* -------------- */
     color: inherit;
+
/* TODO: Assign new style
 +
table.diff { background:white; }
 +
td.diff-otitle { background:#ffffff; }
 +
td.diff-ntitle { background:#ffffff; }
 +
td.diff-addedline {
 +
     background:#ccffcc;
 +
     font-size: smaller;
 
}
 
}
 
+
td.diff-deletedline {
#pt-login {
+
    background:#ffffaa;
  font-weight: bold;
+
    font-size: smaller;
  font-size: 110%;
 
 
}
 
}
 
+
td.diff-context {
form#userlogin {
+
    background:#eeeeee;
  float: left;
+
    font-size: smaller;
  padding: 1em 1em .7em 1em;
 
  background-color: #ffffe6;
 
  border: 2px solid #fc6;
 
  color: #000;
 
  margin-right: 2em;
 
 
}
 
}
 +
span.diffchange { color: red; font-weight: bold; }
 +
*/
  
form#userlogin table {
+
/* disable interwiki styling */
  float: left;
 
  background-color: #ffffe6;
 
  color: #000;
 
}
 
  
p.error {
+
/* TODO: Assign new style
  font-weight: bold;
+
#bodyContent a.extiw,
 +
#bodyContent a.extiw:active {
 +
    color: #3366bb;
 +
    background: none;
 +
    padding: 0;
 
}
 
}
 +
#bodyContent a.external { color: #3366bb; }
 +
*/
  
/* Class styles */
+
/* general portlet styles (elements in the quickbar) */
 
+
/* ------------------------------------------------- */
/* .toccolours added here because version in
+
/* TODO: Assign new style
  monobook/main.css wasn't being used by the print style */
+
.portlet h6 {
.toccolours {  
+
    background: #ffae2e;
  border:1px solid #aaaaaa;
 
  background-color:#f9f9f9;
 
  padding:5px;
 
  font-size: 95%;
 
 
}
 
}
 
+
*/
/* Remove padding from external links displayed without icon */
 
#bodyContent .plainlinks a {padding: 0 !important}
 
  
  
#p-nav h5 {
+
/*navigation and things like this*/
   display: none;
+
.pBody {  
 +
   background: #291852; border: 1px #C8CAD6 solid;
 +
  margin: 0.4em;
 
}
 
}
  
.portlet a {
+
/* this is the ul contained in the portlet */
  text-decoration: none;
+
/* TODO: Assing new Style:
 +
#p-personal ul {
 +
    color: #2f6fab;
 
}
 
}
 
+
#p-personal li {
.portlet a:hover {
+
    color: #2f6fab;
  text-decoration: underline;
 
 
}
 
}
 +
*/
  
#p-nav .pBody {
+
#p-personal li a {
  padding-right: 0;
+
    text-decoration: none;
 +
    color: White;
 
}
 
}
  
#p-nav a {
+
#p-personal li a:hover {
  display: block;
+
    background: none;
  width: 100%;
+
    text-decoration: none;
 +
    color:#DD6900;
 
}
 
}
  
/* Special characters list below edit window works better without underlining */
 
#editpage-specialchars a { text-decoration: none; }
 
#editpage-specialchars a:hover { text-decoration: underline; }
 
  
/* If you don't want to see special characters list at all,
 
  put the following line in your User:You/monobook.css file
 
  (and remove the slash-asterisk comments) */
 
/* #editpage-specialchars { display: none; } */
 
  
/* Makes the background of a framed image white instead of gray. */
+
#p-cactions li {
/* Only visible with transparent images. */
+
    border: 1px solid #aaaaaa;
/* See #Framed_image_background_color */
+
     background: White;
div.thumb div a img {
 
     background-color:#ffffff;
 
 
}
 
}
 +
#p-cactions li.selected {
 +
    border-color: #fabd23;
 +
}
 +
#p-cactions li a {
 +
    background-color: #291852;
 +
    color: white;
 +
    text-decoration: none;
 +
}
 +
#p-cactions .new a { color:red; }
  
/* To position the spoken article link at the top of page
+
#291852
Commented out while sitenotice present */
 
  
#spoken {
+
/* footer */
  position: absolute;
+
/* ------ */
  float: right;
+
#footer {
  text-align: right;
+
    background-color: White;
  font-size: 90%;
+
    border-top: 1px solid #fabd23;
  right: 0;
+
    border-bottom: 1px solid #fabd23;
  z-index: 1;
 
  background: none;
 
  border-bottom-style: none;
 
  top: -2.2em;
 
  display: block !important;
 
}
 
  
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
 
.plainlinksneverexpand a.external.text:after {
 
display: none !important
 
 
}
 
}
  
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
+
/* js pref toc */
 
+
/* ----------- */
div.Boxmerge,
+
/* TODO: Assing to new style:
div.NavFrame {
+
#preftoc {
        margin: 0px;
+
    float: left;
        padding: 2px;
+
    margin: 1em 1em 1em 1em;
        border: 1px solid #aaaaaa;
+
    width: 13em;
        text-align: center;
 
        border-collapse: collapse;
 
        font-size: 95%;
 
 
}
 
}
div.Boxmerge div.NavFrame {
+
#preftoc li { border: 1px solid White; }
        border-style: none;
+
#preftoc li.selected {
        border-style: hidden;
+
    background-color:#f9f9f9;
 +
    border:1px dashed #aaaaaa;
 
}
 
}
div.NavFrame + div.NavFrame {
+
#preftoc a,
        border-top-style: none;
+
#preftoc a:active {
        border-top-style: hidden;
+
    display: block;
 +
    color: #0014a6;
 +
}*/
 +
 
 +
/* TODO: Assing to new style:
 +
.not_patrolled { background-color: #ffa;}
 +
div.patrollink { text-align: right;}
 +
span.unpatrolled { color:red;}
 +
span.searchmatch { color:red;}
 +
span.updatedmarker {
 +
color:black;
 +
background-color:#00FF00;
 
}
 
}
div.NavPic {
+
span.newpageletter {
        background-color: #ffffff;
+
font-weight:bold;
        margin: 0px;
+
color:black;
        padding: 2px;
+
background-color:yellow;
        float: left;
 
 
}
 
}
div.NavFrame div.NavHead {
+
span.minoreditletter {
        height: 1.6em;
+
color:black;
        font-weight: bold;
+
background-color:#C5FFE6;
        font-size: 100%;
 
        background-color: #efefef;
 
        position:relative;
 
 
}
 
}
div.NavFrame p {
+
 
        font-size: 100%;
+
table.gallery {
 +
border:  1px solid #cccccc;
 +
background-color:#ffffff;
 
}
 
}
div.NavFrame div.NavContent {
+
 
        font-size: 100%;
+
table.gallery tr {
 +
vertical-align:top;
 
}
 
}
div.NavFrame div.NavContent p {
+
 
        font-size: 100%;
+
table.gallery td {
 +
vertical-align:top;
 +
background-color:#f9f9f9;
 +
border: solid 2px white;
 
}
 
}
div.NavEnd {
+
 
        margin: 0px;
+
 
        padding: 0px;
+
div.gallerybox div.thumb {
        line-height: 1px;
+
border: 1px solid #cccccc;
        clear: both;
 
}
 
a.NavToggle {
 
        position:absolute;
 
        top:0px;
 
        right:3px;
 
        font-weight:normal;
 
        font-size:smaller;
 
 
}
 
}
 +
*/
 +
 +
 +
/* General font families for common tags */
 +
font,th,td,p              { font-family: Verdana, Arial, Helvetica, sans-serif }

Version vom 2. Oktober 2005, 20:16 Uhr

/* main part of the site*/
body {
  background: #6977A1; 
}

div#content{
  background-color: #291852; border: 1px #C8CAD6 solid; color:white; 
}

/* general styles */

table {
    font-size: 100%;
    background: #6977A1; 
    border: 1px #C8CAD6 solid;
    cellspacing: 0;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
    cellpadding:1em;
}
a {
    text-decoration: none;
    color : #9999FF;
    background: none;
}
a:visited { color : #9999FF; }
a:active { color : #DD6900; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:red; }
a.new:visited,
#p-personal a.new:visited { color:red; }

hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

h1, h2, h3, h4, h5, h6 {
    color: white;
    background: none;
    border-bottom: 1px solid #aaaaaa;
}
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted white;
    color: white;
    background: none;
    cursor: help;
}

code { background-color: #f9f9f9; }
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

/* the main content area */
/* --------------------- */

#contentSub {
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #7d7d7d;
}

.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-weight: bold;
}

/*category links */
#catlinks {
    border: 1px #C8CAD6 solid;
    background-color: #6977A1;
    clear: both;
}

.documentByLine {
    color: #76797c;
}

/* table of contents */
#toc {
    border: 1px #C8CAD6 solid; 
    background-color: #6977A1;
}

/* TODO: Assign new style
div.thumb div {
    border:1px solid #cccccc;
    background-color:#f9f9f9;
}*/


/* User styles */
/* ----------- */

.toccolours {
    border: 1px #C8CAD6 solid; 
    background-color: #6977A1;
}
/* TODO: Assign new style
div.townBox {
    background:White;
}
div.townBox dl dd {
    background-color: #f3f3f3;
}
*/

/* edit views etc */
/* -------------- */

/* TODO: Assign new style
.autocomment { color: gray; }
#pagehistory li { border: 1px solid White; }
#pagehistory li.selected {
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}
*/

/* Diff rendering */
/* -------------- */
/* TODO: Assign new style
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
    background:#ccffcc;
    font-size: smaller;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
}
span.diffchange { color: red; font-weight: bold; }
*/

/* disable interwiki styling */

/* TODO: Assign new style
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #3366bb;
    background: none;
    padding: 0;
}
#bodyContent a.external { color: #3366bb; }
*/

/* general portlet styles (elements in the quickbar) */
/* ------------------------------------------------- */
/* TODO: Assign new style
.portlet h6 {
    background: #ffae2e;
}
*/


/*navigation and things like this*/
.pBody { 
   background: #291852; border: 1px #C8CAD6 solid; 
  margin: 0.4em;
}

/* this is the ul contained in the portlet */
/* TODO: Assing new Style:
#p-personal ul {
    color: #2f6fab;
}
#p-personal li {
    color: #2f6fab;
}
*/

#p-personal li a {
    text-decoration: none;
    color: White;
}

#p-personal li a:hover {
    background: none;
    text-decoration: none;
    color:#DD6900;
}



#p-cactions li {
    border: 1px solid #aaaaaa;
    background: White;
}
#p-cactions li.selected {
    border-color: #fabd23;
}
#p-cactions li a {
    background-color: #291852;
    color: white;
    text-decoration: none;
}
#p-cactions .new a { color:red; }

#291852

/* footer */
/* ------ */
#footer {
    background-color: White;
    border-top: 1px solid #fabd23;
    border-bottom: 1px solid #fabd23;

}

/* js pref toc */
/* ----------- */
/* TODO: Assing to new style:
#preftoc {
    float: left;
    margin: 1em 1em 1em 1em;
    width: 13em;
}
#preftoc li { border: 1px solid White; }
#preftoc li.selected {
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
    color: #0014a6;
}*/

/* TODO: Assing to new style:
.not_patrolled { background-color: #ffa;}
div.patrollink { text-align: right;}
span.unpatrolled { color:red;}
span.searchmatch { color:red;}
span.updatedmarker {
	color:black;
	background-color:#00FF00;
}
span.newpageletter {
	font-weight:bold;
	color:black;
	background-color:yellow;
}
span.minoreditletter {
	color:black;
	background-color:#C5FFE6;
}

table.gallery {
	border:  1px solid #cccccc;
	background-color:#ffffff;
}

table.gallery tr {
	vertical-align:top;
}

table.gallery td {
	vertical-align:top;
	background-color:#f9f9f9;
	border: solid 2px white;
}


div.gallerybox div.thumb {
	border: 1px solid #cccccc;
}
*/


/* General font families for common tags */
font,th,td,p              { font-family: Verdana, Arial, Helvetica, sans-serif }