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

Aus DGL Wiki
Wechseln zu: Navigation, Suche
K
K
Zeile 21: Zeile 21:
 
a {
 
a {
 
     text-decoration: none;
 
     text-decoration: none;
     color : #9999FF;
+
     color : blue;
 
     background: none;
 
     background: none;
 
}
 
}
a:visited { color : #9999FF; }
+
a:visited { color : blue; }
 
a:active { color : #DD6900; }
 
a:active { color : #DD6900; }
 
a:hover { text-decoration: underline; }
 
a:hover { text-decoration: underline; }
Zeile 176: Zeile 176:
 
   margin: 0.4em;
 
   margin: 0.4em;
 
}
 
}
 
+
.pBody a {
 +
  text-decoration: none;
 +
  color:white
 +
}
 +
.pBody a:hover {
 +
  color:#DD6900;
 +
}
 
/* this is the ul contained in the portlet */
 
/* this is the ul contained in the portlet */
 
/* TODO: Assing new Style:
 
/* TODO: Assing new Style:
Zeile 214: Zeile 220:
 
#p-cactions .new a { color:red; }
 
#p-cactions .new a { color:red; }
  
#291852
+
#p-cactions li a:hover {
 +
    background-color: #291852;
 +
    color: #DD6900;
 +
    text-decoration: none;
 +
}
 +
 
 +
 
  
 
/* footer */
 
/* footer */

Version vom 2. Oktober 2005, 19:28 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 : blue;
    background: none;
}
a:visited { color : blue; }
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;
}
.pBody a {
  text-decoration: none;
  color:white
}
.pBody a:hover {
  color:#DD6900;
}
/* 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; }

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



/* 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 }