Benutzer:Flash (Kevin Fleischer)/monobook.css: Unterschied zwischen den Versionen

Aus DGL Wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 +
/* main part of the site*/
 +
body {
 +
  background: #6977A1;
 +
}
  
 +
div#content{
 +
  background-color: #291852; border: 1px #C8CAD6 solid; color:white;
 +
}
 +
 +
/* general styles */
 +
 +
table {
 +
  background: #291852
 +
 +
/* Can't use it because it makes invisible tables visible
 +
    font-size: 100%;
 +
    background: #6977A1;
 +
    border: 1px #C8CAD6 solid;
 +
    cellspacing: 0;
 +
    border-collapse: collapse;
 +
    margin: 1em 1em 1em 0;
 +
    padding:1em 1em 1em 1em;*/
 +
}
 +
a {
 +
    text-decoration: none;
 +
    color : #66CCDD;
 +
    background: none;
 +
}
 +
a:visited { color : #66CCDD; }
 +
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 */
 +
/* -------------- */
 +
table.diff { background:#291852; }
 +
td.diff-otitle { background:#291852; }
 +
td.diff-ntitle { background:#291852; }
 +
td.diff-addedline {
 +
    background:#008800;
 +
}
 +
td.diff-deletedline {
 +
    background:#993300;
 +
}
 +
td.diff-context {
 +
    background:#6977A1;
 +
}
 +
span.diffchange { color: red; font-weight: bold; }
 +
 +
/* disable interwiki styling */
 +
 +
 +
#bodyContent a.extiw,
 +
#bodyContent a.extiw:active {
 +
    color: orange;
 +
    background: none;
 +
    padding: 0;
 +
}
 +
#bodyContent a.external { color: orange; }
 +
 +
 +
/* 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 }
 +
 +
 +
/* DGL Wiki*/
 +
 +
/* pretty table*/
 +
table.pretty{
 +
    background: #6977A1;
 +
    border: 1px #C8CAD6 solid;
 +
}
 +
 +
#mainpage-news,
 +
#mainpage-welcome,
 +
#mainpage-news2,
 +
#mainpage-news2 table,
 +
#mainpage-categories td,
 +
#mainpage-improvewiki,
 +
#mainpage-closingwords
 +
{
 +
    background: #6977A1;
 +
    border: 1px #C8CAD6 solid;
 +
}
 +
#mainpage-news2 table
 +
{
 +
border: none;
 +
}

Version vom 3. Oktober 2005, 11:50 Uhr

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

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

/* general styles */

table {
  background: #291852

/* Can't use it because it makes invisible tables visible
    font-size: 100%;
    background: #6977A1; 
    border: 1px #C8CAD6 solid;
    cellspacing: 0;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
    padding:1em 1em 1em 1em;*/
}
a {
    text-decoration: none;
    color : #66CCDD;
    background: none;
}
a:visited { color : #66CCDD; }
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 */
/* -------------- */
table.diff { background:#291852; }
td.diff-otitle { background:#291852; }
td.diff-ntitle { background:#291852; }
td.diff-addedline {
    background:#008800;
}
td.diff-deletedline {
    background:#993300;
}
td.diff-context {
    background:#6977A1;
}
span.diffchange { color: red; font-weight: bold; }

/* disable interwiki styling */


#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: orange;
    background: none;
    padding: 0;
}
#bodyContent a.external { color: orange; }


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


/* DGL Wiki*/

/* pretty table*/
table.pretty{
    background: #6977A1; 
    border: 1px #C8CAD6 solid;
}

#mainpage-news,
#mainpage-welcome,
#mainpage-news2,
#mainpage-news2 table,
#mainpage-categories td,
#mainpage-improvewiki,
#mainpage-closingwords
{
    background: #6977A1; 
    border: 1px #C8CAD6 solid;
}
#mainpage-news2 table
{
border: none;
}