Benutzer:Vater/common.css/test: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
 
(99 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
*/
/* Test for a personal stylesheet */
 
/* Don't display some stuff on the main page */
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
    display: none !important;
}


/* Donations link to be uncommented during fundraising drives  */
/* <pre> */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
    background: transparent;
}


/*
/*
#fundraising {
 
text-align: center;
div#content{
border: 1px solid gray;
  margin: 9em 0 0 12.2em;
padding: 5px;
}
}
.portlet{
width: 11.4em;
}
*/
*/


/****************************/
/* Do not force 'lowercase' */
/* 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 {
/*
    background: #F8FCFF; /* a light blue */
 
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
  text-transform: none;
}
}


#content div.thumb {
span.ruby {
    border-color: #F8FCFF;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #ff6600;
  border-top: 1px solid #ffc8a4;
  border-left: 1px solid #ff9a57;
  border-right: 1px solid #7d3302;
  border-bottom: 1px solid #7d3302;
  margin: 0px; padding: 1px 2px;
}
}


.ns-0 * #content {
span.postgres {
    background: white;
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: steelblue;
  border-top: 1px solid lightsteelblue;
  border-left: 1px solid lightsteelblue;
  border-right: 1px solid darkblue;
  border-bottom: 1px solid darkblue;
  margin: 0px;
  padding: 1px 2px;
}
}


#mytabs li {
*/
    background: #F8FCFF;
}


.ns-0 * #mytabs li {
/* curvy edges for nifty divs */
    background: white;
}


#mytabs li a {
div.nifty {
    background-color: #F8FCFF;
  background-color: blue;
}
}


.ns-0 * #mytabs li a {
span.rtop, span.rbottom {
    background-color: white;
  display:block;
  background: white
}
}


#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
span.rtop span, span.rbottom span {
    background-color: #F8FCFF;
  display:block;
  height: 1px;
  overflow: hidden;
  background: blue
}
}


.ns-0 * #p-cactions li a {
span.r1 {
    background-color: #fbfbfb;
  margin: 0 5px
}
}


.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
span.r2 {
    background-color: white;
  margin: 0 3px
}
}


.ns-0 * #content div.thumb {
span.r3 {
    border-color: white;
  margin: 0 2px
}
}


/**************************/
span.rtop span.r4, span.rbottom span.r4 {
/* END LIGHT BLUE SECTION */
  margin: 0 1px;
/**************************/
  height: 2px
 
/* block quotations */
#content blockquote {
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    margin: 1em 1.6em; /* same indent as an unordered list */
}
#content blockquote p {
    line-height:inherit;
}
}


/* Display "From Wikipedia, the free encyclopedia" */
/*
#siteSub {
div.nifty a:link {
    display: inline;
  *//*color: #0000ef;*//*
    font-size: 92%;
  color: #505050;
    font-weight: normal;
  text-decoration: none;
}
}


#bodyContent #siteSub a {
div.nifty a:visited {
    color: #000;
  *//*color: #0000cf;*//*
    text-decoration: none;
  color: #606090;
    background-color: transparent;
  text-decoration: none;
    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!"
div.nifty a:hover {
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
  text-decoration: overline underline;
div.alreadyloggedin { color: red; font-weight: bold; }
}


@media print {
a.new:after {
    /* Do not print edit link in templates using Template:Ed
  content: "?";
      Do not print certain classes that shouldn't appear on paper */
  color: red;
    .editlink, .noprint, .metadata, .dablink { display: none }
    #content { background: #fff; } /* white background on print */
}
}
*/


/* </pre> */


/* Accessibility experiment: make diff changes not just colour-based */  
body {
background:transparent url("https://wiki.c3d2.de/w/images/d/d5/Wallpaper.png") repeat-x scroll 0 0;
background-color:#02238E;
/*
z-index:0;
*/
}


.diffchange {
/*
    font-weight: bold;
h1, h2, h3, h4, h5, h6 {
    background-color: inherit;
font-family:Arial,Helvetica,sans-serif;
}
table, table.diff, td.diff-otitle, td.diff-ntitle {
background:transparent none repeat scroll 0%;
}
a, #bodyContent a.external {
color:#3C5EA2;
text-decoration:underline;
}
}
 
a:hover {
td.diff-addedline, td.diff-deletedline, td.diff-context {
text-decoration:none !important;
  vertical-align: top;
}
  font-size: 85%;
a:visited {
  color: inherit;
color:#213B6F;
}
}
 
#p-cactions li a {
#pt-login {
color:#000000;
  font-weight: bold;
  font-size: 110%;
}
}
 
#p-cactions .new a {
form#userlogin {
color:#444444;
  float: left;
font-style:italic;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
}
 
#p-personal li a {
form#userlogin table {
color:#959BA9;
  float: left;
  background-color: #ffffe6;
  color: #000;
}
}
 
#p-personal li a:hover {
p.error {
background-color:transparent;
  font-weight: bold;
color:#FFFFFF;
}
}
*/


/* Class styles */
#p-logo {
background: none;


/* .toccolours added here because version in
/*
  monobook/main.css wasn't being used by the print style */
height:111px;
.toccolours {  
width:100%;
  border:1px solid #aaa;
*/
  background-color:#f9f9f9;
}
  padding:5px;
/*
  font-size: 95%;
#p-logo a, #p-logo a:hover {
display:block;
height:110px;
width:140px;
border-bottom:1px solid black;
opacity:0.7;
}
#p-cactions, #p-personal {
z-index:4;
}
#p-cactions {
margin-top:-1.87em;
top:112px;
}
#p-cactions li a, #p-cactions li, .pBody {
border:0pt none;
}
#p-cactions li a {
background-color:#FFFFFF;*//*#959BA9;*//*
padding-top:0.1em;
padding-bottom:0;
border:1px solid black;
}
#p-cactions li.selected a {
background-color:#FFFFFF;
padding:0.1em 0.8em 0 !important;
border-bottom:1px solid white;
}
#p-cactions li a:hover {
background-color:#EBC63C;*//*#CCCCCC;*//*
}
#p-personal {
margin-top:0.5em;
}
#p-personal ul {
margin-right:90px;
}
#p-navigation, #p-portlet2, #p-portlet3 {
left:10px;
position:relative;
top:-1em;
}
#p-search, #p-fnord {
left:10px;
position:relative;
top:1em;
}
#p-tb {
left:10px;
position:relative;
top:3pt; *//* just for the dots of p-fnord to show *//*
}
}


/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}




#p-nav h5 {
#p-navigation, #p-portlet2, #p-portlet3, #p-search, #p-tb, #p-fnord .pBody, #p-navigation .pBody, #p-portlet2 .pBody, #p-portlet3 .pBody, #p-search .pBody, #p-tb .pBody {
  display: none;
padding:0pt;
}
}
 
#p-navigation a, #p-portlet2 a, #p-portlet3 a, #p-search a, #p-tb a, #p-fnord a {
.portlet a {
color:#000000;
  text-decoration: none;
text-decoration:none;
}
#p-navigation a:hover, #p-portlet2 a:hover, #p-portlet3 a:hover, #p-search a:hover, #p-tb a:hover, #p-fnord a:hover {
text-decoration:underline !important;
}
#p-navigation ul, #p-portlet2 ul, #p-portlet3 ul, #p-search ul, #p-tb ul, #p-fnord ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0pt;
}
#p-navigation ul li, #p-portlet2 ul li, #p-portlet3 ul li, #p-search ul li, #p-tb ul li, #p-fnord ul li {
border-bottom:1px dotted #999999;
margin-left:0pt;
padding:0.3em 0pt;
}
#p-navigation {
font-weight:bold !important;
}
}
 
#column-one h5 {
.portlet a:hover {
display:none;
  text-decoration: underline;
}
}
 
#searchform {
#p-nav .pBody {
text-align:left;
  padding-right: 0;
}
}
 
#content {
#p-nav a {
border:0pt none;
  display: block;
border-top:1px solid black;
  width: 100%;
}
}
#bodyContent {
*/


/* Special characters list below edit window works better without underlining */
/*background-color:#EEEEEE;*/
#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
padding:0.1em 1em 1em;
  (and remove the slash-asterisk comments) */
}
/* #editpage-specialchars { display: none; } */
#bodyContent a.new, #p-personal a.new {
 
color:#E45712;
/* Makes the background of a framed image white instead of gray. */
}
/* Only visible with transparent images. */
h1.firstHeading {
/* See #Framed_image_background_color */
border:0pt none;
div.thumb div a img {
color:#000000;
    background-color:#fff;
font-size:175%;
font-weight:bold;
letter-spacing:-1px;
margin-bottom:0pt;
padding:0.3em 0pt 0.3em;
text-decoration:none;
}
}
 
.previewnote {
/* For positioning icons at top-right, used in Templates
color:#E45712;
  "Spoken Article" and "Featured Article" */
 
div.topicon {
  position:absolute;
  z-index:100;
  top:10px;
  display: block !important;
}
}
 
#bodyContent .thumb {
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
border-color:#EEEEEE;
.plainlinksneverexpand a.external.text:after {
display: none !important
}
}
 
*/
#coordinates {
#toc {
position:absolute;
float:right;
z-index:1;
background:transparent
border:none;
/*
background:none;
font-size:0.9em;
right:30px;
margin-bottom:1em;
top:3.7em;
margin-left:1em;
float:right;
*/
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
}
 
/*
.portlet li {
.toctoggle {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
display:none;
}
}
 
#footer {
li.FA {
background:transparent none repeat scroll 0%;
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
border:0pt none;
margin-bottom:0.5em;
padding:0pt;
position:relative;
text-align:right;
z-index:5;
}
}
 
#footer img {
.mw-plusminus-pos {
display:none;
  color: #006400;
}
}
 
blockquote {
.mw-plusminus-neg {
font-style: italic;
  color: #8B0000;
padding-left: 2em;
}
}
 
*/
/* Infobox template style */
/* Test zur Transparenz BEGIN */
 
/*
.infobox {
#mw-pages table {
  border: 1px solid #aaa;
      background-color: transparent;
  background-color: #f9f9f9;
  color: black;
}
}
 
*/
.infobox.bordered td,
/* Test zur Transparenz END */
.infobox.bordered th {
#mw-page-base {
  border: 1px solid #aaa;
background: transparent;
}
}


/* styles for bordered infobox with merged rows */
#p-personal li a {
.infobox.bordered .mergedtoprow td,
color:grey;
.infobox.bordered .mergedtoprow th {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
}


.gallerybox .thumb img {
div#content {
  background: #F9F9F9;
background:transparent;
}
}


.infobox.bordered .mergedrow td,
#ca-nstab-main, #ca-nstab-user, #ca-nstab-mediawiki, #ca-talk, #ca-view, #ca-edit, #ca-edit, #ca-history, #ca-delete, #ca-move, #ca-watch, #ca-addsection, #p-cactions {
.infobox.bordered .mergedrow th {
background:transparent;
  border-right: 1px solid #aaa;
}
}


/* Remove white border from thumbnails */
#mw-content-text {
div.thumb {
background:transparent;
  border: none;
color:lightgray;
}
}


div.tright {
#catlinks, {
  border: none;
background-color:none;
  margin: 0.5em 0 0.8em 1.4em;
}
}


div.tleft {
#catlinks, #filetoc {
  border: none;
background:transparent;
  margin: 0.5em 1.4em 0.8em 0;
background-image:none;
color:lightgray;
}
}


form#deleteconfirm table {
#firstHeading {
  background-color:transparent;
color:grey;
}
}
/*
*/

Aktuelle Version vom 27. September 2013, 14:14 Uhr

/* Test for a personal stylesheet */


/*

 */

/*

div#content{
  margin: 9em 0 0 12.2em;
}
.portlet{
width: 11.4em;
}

*/

/* Do not force 'lowercase' */

/*

.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
  text-transform: none;
}

span.ruby {
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #ff6600;
  border-top: 1px solid #ffc8a4;
  border-left: 1px solid #ff9a57;
  border-right: 1px solid #7d3302;
  border-bottom: 1px solid #7d3302;
  margin: 0px; padding: 1px 2px;
}

span.postgres {
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: steelblue;
  border-top: 1px solid lightsteelblue;
  border-left: 1px solid lightsteelblue;
  border-right: 1px solid darkblue;
  border-bottom: 1px solid darkblue;
  margin: 0px;
  padding: 1px 2px;
}

*/

/* curvy edges for nifty divs */

div.nifty {
  background-color: blue;
}

span.rtop, span.rbottom {
  display:block;
  background: white
}

span.rtop span, span.rbottom span {
  display:block;
  height: 1px;
  overflow: hidden;
  background: blue
}

span.r1 {
  margin: 0 5px
}

span.r2 {
  margin: 0 3px
}

span.r3 {
  margin: 0 2px
}

span.rtop span.r4, span.rbottom span.r4 {
  margin: 0 1px;
  height: 2px
}

/*
div.nifty a:link {
  *//*color: #0000ef;*//*
  color: #505050;
  text-decoration: none;
}

div.nifty a:visited {
  *//*color: #0000cf;*//*
  color: #606090;
  text-decoration: none;
}


div.nifty a:hover {
  text-decoration: overline underline;
}

a.new:after {
  content: "?";
  color: red;
}
*/

/* 

*/

body { background:transparent url("https://wiki.c3d2.de/w/images/d/d5/Wallpaper.png") repeat-x scroll 0 0; background-color:#02238E; /* z-index:0;

  • /

}

/* h1, h2, h3, h4, h5, h6 { font-family:Arial,Helvetica,sans-serif; } table, table.diff, td.diff-otitle, td.diff-ntitle { background:transparent none repeat scroll 0%; } a, #bodyContent a.external { color:#3C5EA2; text-decoration:underline; } a:hover { text-decoration:none !important; } a:visited { color:#213B6F; }

  1. p-cactions li a {

color:#000000; }

  1. p-cactions .new a {

color:#444444; font-style:italic; }

  1. p-personal li a {

color:#959BA9; }

  1. p-personal li a:hover {

background-color:transparent; color:#FFFFFF; }

  • /
  1. p-logo {

background: none;

/* height:111px; width:100%;

  • /

} /*

  1. p-logo a, #p-logo a:hover {

display:block; height:110px; width:140px; border-bottom:1px solid black; opacity:0.7; }

  1. p-cactions, #p-personal {

z-index:4; }

  1. p-cactions {

margin-top:-1.87em; top:112px; }

  1. p-cactions li a, #p-cactions li, .pBody {

border:0pt none; }

  1. p-cactions li a {

background-color:#FFFFFF;*//*#959BA9;*//* padding-top:0.1em; padding-bottom:0; border:1px solid black; }

  1. p-cactions li.selected a {

background-color:#FFFFFF; padding:0.1em 0.8em 0 !important; border-bottom:1px solid white; }

  1. p-cactions li a:hover {

background-color:#EBC63C;*//*#CCCCCC;*//* }

  1. p-personal {

margin-top:0.5em; }

  1. p-personal ul {

margin-right:90px; }

  1. p-navigation, #p-portlet2, #p-portlet3 {

left:10px; position:relative; top:-1em; }

  1. p-search, #p-fnord {

left:10px; position:relative; top:1em; }

  1. p-tb {

left:10px; position:relative; top:3pt; *//* just for the dots of p-fnord to show *//* }


  1. p-navigation, #p-portlet2, #p-portlet3, #p-search, #p-tb, #p-fnord .pBody, #p-navigation .pBody, #p-portlet2 .pBody, #p-portlet3 .pBody, #p-search .pBody, #p-tb .pBody {

padding:0pt; }

  1. p-navigation a, #p-portlet2 a, #p-portlet3 a, #p-search a, #p-tb a, #p-fnord a {

color:#000000; text-decoration:none; }

  1. p-navigation a:hover, #p-portlet2 a:hover, #p-portlet3 a:hover, #p-search a:hover, #p-tb a:hover, #p-fnord a:hover {

text-decoration:underline !important; }

  1. p-navigation ul, #p-portlet2 ul, #p-portlet3 ul, #p-search ul, #p-tb ul, #p-fnord ul {

list-style-image:none; list-style-position:outside; list-style-type:none; margin-left:0pt; }

  1. p-navigation ul li, #p-portlet2 ul li, #p-portlet3 ul li, #p-search ul li, #p-tb ul li, #p-fnord ul li {

border-bottom:1px dotted #999999; margin-left:0pt; padding:0.3em 0pt; }

  1. p-navigation {

font-weight:bold !important; }

  1. column-one h5 {

display:none; }

  1. searchform {

text-align:left; }

  1. content {

border:0pt none; border-top:1px solid black; }

  1. bodyContent {
  • /

/*background-color:#EEEEEE;*/

/* padding:0.1em 1em 1em; }

  1. bodyContent a.new, #p-personal a.new {

color:#E45712; } h1.firstHeading { border:0pt none; color:#000000; font-size:175%; font-weight:bold; letter-spacing:-1px; margin-bottom:0pt; padding:0.3em 0pt 0.3em; text-decoration:none; } .previewnote { color:#E45712; }

  1. bodyContent .thumb {

border-color:#EEEEEE; }

  • /
  1. toc {

float:right; background:transparent /* font-size:0.9em; margin-bottom:1em; margin-left:1em;

  • /

} /* .toctoggle { display:none; }

  1. footer {

background:transparent none repeat scroll 0%; border:0pt none; margin-bottom:0.5em; padding:0pt; position:relative; text-align:right; z-index:5; }

  1. footer img {

display:none; } blockquote { font-style: italic; padding-left: 2em; }

  • /

/* Test zur Transparenz BEGIN */ /*

  1. mw-pages table {
      background-color: transparent;

}

  • /

/* Test zur Transparenz END */

  1. mw-page-base {

background: transparent; }

  1. p-personal li a {

color:grey; }

div#content { background:transparent; }

  1. ca-nstab-main, #ca-nstab-user, #ca-nstab-mediawiki, #ca-talk, #ca-view, #ca-edit, #ca-edit, #ca-history, #ca-delete, #ca-move, #ca-watch, #ca-addsection, #p-cactions {

background:transparent; }

  1. mw-content-text {

background:transparent; color:lightgray; }

  1. catlinks, {

background-color:none; }

  1. catlinks, #filetoc {

background:transparent; background-image:none; color:lightgray; }

  1. firstHeading {

color:grey; }