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

Aus C3D2
Zur Navigation springen Zur Suche springen
K (Änderung 16643 von Vater (Diskussion) rückgängig gemacht.)
K (Änderung 16642 von Vater (Diskussion) rückgängig gemacht.)
Zeile 333: Zeile 333:
background-color: white;
background-color: white;
}
}
*/
/* 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  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
    background: transparent;
}
/*
#fundraising {
text-align: center;
border: 1px solid gray;
padding: 5px;
}
*/
/****************************/
/* 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 */
}
#content div.thumb {
    border-color: #F8FCFF;
}
.ns-0 * #content {
    background: white;
}
#mytabs li {
    background: #F8FCFF;
}
.ns-0 * #mytabs li {
    background: white;
}
#mytabs li a {
    background-color: #F8FCFF;
}
.ns-0 * #mytabs li a {
    background-color: white;
}
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}
.ns-0 * #p-cactions li a {
    background-color: #fbfbfb;
}
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}
.ns-0 * #content div.thumb {
    border-color: white;
}
/**************************/
/* END LIGHT BLUE SECTION */
/**************************/
/* 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 {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    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!"
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }
@media print {
    /* Do not print edit link in templates using Template:Ed
      Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
    #content { background: #fff; } /* white background on print */
}
/* Accessibility experiment: make diff changes not just colour-based */
.diffchange {
    font-weight: bold;
    background-color: inherit;
}
td.diff-addedline, td.diff-deletedline, td.diff-context {
  vertical-align: top;
  font-size: 85%;
  color: inherit;
}
#pt-login {
  font-weight: bold;
  font-size: 110%;
}
form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}
p.error {
  font-weight: bold;
}
/* Class styles */
/* .toccolours added here because version in
  monobook/main.css wasn't being used by the print style */
.toccolours {
  border:1px solid #aaa;
  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 {
  display: none;
}
.portlet a {
  text-decoration: none;
}
.portlet a:hover {
  text-decoration: underline;
}
#p-nav .pBody {
  padding-right: 0;
}
#p-nav a {
  display: block;
  width: 100%;
}
/* 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. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
    background-color:#fff;
}
/* For positioning icons at top-right, used in Templates
  "Spoken Article" and "Featured Article" */
div.topicon {
  position:absolute;
  z-index:100;
  top:10px;
  display: block !important;
}
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
display: none !important
}
#coordinates { 
position:absolute;
z-index:1;
border:none;
background:none;
right:30px;
top:3.7em;
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 {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
li.FA {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}
.mw-plusminus-pos {
  color: #006400;
}
.mw-plusminus-neg {
  color: #8B0000;
}
/* Infobox template style */
.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  color: black;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaa;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.gallerybox .thumb img {
  background: #F9F9F9;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
  border-right: 1px solid #aaa;
}
/* Remove white border from thumbnails */
div.thumb {
  border: none;
}
div.tright {
  border: none;
  margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
  border: none;
  margin: 0.5em 1.4em 0.8em 0;
}
form#deleteconfirm table {
  background-color:transparent;
}
/*
*/

Version vom 19. September 2013, 21:55 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-color:#FFFFFF; background-image:none; font-family:Verdana,sans-serif; } 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:transparent url("https://wiki.c3d2.de/w/images/d/d5/Wallpaper.png") repeat-x scroll 0 0; /* height:111px; width:100%;

  • /

z-index:0; } /*

  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; /* 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 {

height: 5em; background-position: bottom left; background-repeat: repeat-x; background: transparent url("https://wiki.c3d2.de/w/images/d/d5/Wallpaper.png") repeat-x scroll 0 0; width: 100%; z-index: 0; }

  1. p-personal li a {

color: #959BA9; text-decoration: none; }

  1. p-personal li a:hover{

background-color:transparent; color:#FFFFFF } div.vectorMenu { background-color: white; }