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

Aus DGL Wiki
Wechseln zu: Navigation, Suche
K
(using monobook main.css to create a new style (40%))
Zeile 1: Zeile 1:
body {
+
/* main part of the site*/
   background-color: #6977A1;  
+
div#content{
  background-image: url();
+
   background-color: #291852; border: 1px #C8CAD6 solid; color:white;  
 
}
 
}
  
 +
/* general styles */
  
/* TODO: make the following 2 things shorter*/
+
table {
li#pt-userpage a,
+
    font-size: 100%;
li#pt-mytalk a,
+
    background: #6977A1;
li#pt-preferences a,
+
    border: 1px #C8CAD6 solid;
li#pt-watchlist a,
 
li#pt-mycontris a,
 
li#pt-logout a
 
{
 
color:white;
 
 
}
 
}
li#pt-userpage a:hover,
+
a {
li#pt-mytalk a:hover,
+
    text-decoration: none;
li#pt-preferences a:hover,
+
    color : #E7E7E7;
li#pt-watchlist a:hover,
+
    background: none;
li#pt-mycontris a:hover,
 
li#pt-logout a:hover
 
{
 
/* default backgournd when hovered is white for some reason. Make it blue like the body */
 
background-color: #6977A1;
 
color:yellow;
 
 
}
 
}
 +
a:visited { color : #E0E0E0; }
 +
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; }
  
li#ca-nstab-user,
+
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
ca-talk a,
+
 
ca-edit a,
+
h1, h2, h3, h4, h5, h6 {
ca-history a,
+
    color: White
ca-protect a,
+
    background: none;
ca-delete a,
+
    border-bottom: 1px solid #aaaaaa;
ca-move a,
+
}
ca-unwatch
+
h3, h4, h5, h6 {
{
+
    border-bottom: none;
background-color: #red;
+
    font-weight: bold;
 
}
 
}
  
/* table of contents */
+
abbr, acronym, .explain {
#toc {  
+
    border-bottom: 1px dotted White;
background-color: #6977A1; border: 1px #C8CAD6 solid;  
+
    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;
 +
}
  
/* General font families for common tags */
+
.usermessage {
font,th,td,p              { font-family: Verdana, Arial, Helvetica, sans-serif }
+
    background-color: #ffce7b;
a:link,a:active,a:visited { color : #E7E7E7; text-decoration : none; }
+
    border: 1px solid #ffa500;
a:hover                  { text-decoration: none; color : #DD6900; }
+
    color: Black;
hr                        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
+
    font-weight: bold;
 
 
/*navigation and things like this*/
 
div.pBody {
 
  background-color: #291852; border: 1px #C8CAD6 solid;  
 
  margin: 0.4em;
 
 
}
 
}
  
 
/*category links */
 
/*category links */
 
#catlinks {
 
#catlinks {
background-color: #6977A1; border: 1px #C8CAD6 solid;
+
    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;
 
}
 
}
 +
*/
  
/* any table */
+
/* edit views etc */
table {
+
/* -------------- */
background-color: #6977A1; border: 1px #C8CAD6 solid; color:white; cellspacing:0; margin: 1em 1em 1em 0;
+
 
 +
/* TODO: Assign new style
 +
.autocomment { color: gray; }
 +
#pagehistory li { border: 1px solid White; }
 +
#pagehistory li.selected {
 +
    background-color:#f9f9f9;
 +
    border:1px dashed #aaaaaa;
 
}
 
}
 +
*/
  
/* main part of the site*/
+
/* Diff rendering */
div#content{
+
/* -------------- */
  background-color: #291852; border: 1px #C8CAD6 solid; color:white;  
+
/* 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;
 
}
 
}
#column-content h1,h2,h3,h4,h5 {color:white}
+
span.diffchange { color: red; font-weight: bold; }
 +
*/
 +
 
 +
/* disable interwiki styling */
  
/* divs in main part should have no border */
+
/* TODO: Assign new style
#content div {
+
#bodyContent a.extiw,
  border:none;
+
#bodyContent a.extiw:active {
 +
    color: #3366bb;
 +
    background: none;
 +
    padding: 0;
 
}
 
}
 +
#bodyContent a.external { color: #3366bb; }
 +
*/
  
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
+
/* general portlet styles (elements in the quickbar) */
#p-cactions ul li, #p-cactions ul li a { 
+
/* ------------------------------------------------- */
  -moz-border-radius-topleft: 1em;
+
/* TODO: Assign new style
  -moz-border-radius-topright: 1em;
+
.portlet h6 {
 +
    background: #ffae2e;
 
}
 
}
#content {  
+
*/
  -moz-border-radius-topleft: 1em;  
+
 
   -moz-border-radius-bottomleft: 1em;
+
 
 +
/*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: #005896;
 +
}
 +
#p-personal li a:hover {
 +
    background-color: White;
 +
    text-decoration: none;
 +
}
  
/* same following the css3 draft specs, any browsers supporting this? */
+
#p-cactions li {
#p-cactions ul li, #p-cactions ul li a {
+
    border: 1px solid #aaaaaa;
  border-radius-topleft: 1em;
+
    background: White;
  border-radius-topright: 1em;
 
 
}
 
}
#content {  
+
#p-cactions li.selected {
  border-radius-topleft: 1em;
+
    border-color: #fabd23;
  border-radius-bottomleft: 1em;
 
 
}
 
}
div.pBody {
+
#p-cactions li a {
  border-radius-topright: 1em;
+
    background-color: White;
  border-radius-bottomright: 1em;
+
    color: #002bb8;
 +
    text-decoration: none;
 
}
 
}
 +
#p-cactions .new a { color:#ba0000; }
 +
*/
 +
/** continue here **/
 +
/* General font families for common tags */
 +
font,th,td,p              { font-family: Verdana, Arial, Helvetica, sans-serif }

Version vom 2. Oktober 2005, 18:27 Uhr

/* main part of the site*/
div#content{
  background-color: #291852; border: 1px #C8CAD6 solid; color:white; 
}

/* general styles */

table {
    font-size: 100%;
    background: #6977A1; 
    border: 1px #C8CAD6 solid;
}
a {
    text-decoration: none;
    color : #E7E7E7;
    background: none;
}
a:visited { color : #E0E0E0; }
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: #005896;
}
#p-personal li a:hover {
    background-color: White;
    text-decoration: none;
}

#p-cactions li {
    border: 1px solid #aaaaaa;
    background: White;
}
#p-cactions li.selected {
    border-color: #fabd23;
}
#p-cactions li a {
    background-color: White;
    color: #002bb8;
    text-decoration: none;
}
#p-cactions .new a { color:#ba0000; }
*/
/** continue here **/
/* General font families for common tags */
font,th,td,p              { font-family: Verdana, Arial, Helvetica, sans-serif }