Benutzer:NetAction/WikipediaRedefined.css

Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 8. August 2012 um 12:32 Uhr durch NetAction (Diskussion | Beiträge). Sie kann sich erheblich von der aktuellen Version unterscheiden.

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
div#column-content {
  float:none;
  margin:250px 0 0 0;
}


div#column-content #content {
  border-width:0;
  margin:0 0 0 0;
}

div#column-one {
  height:250px;
  overflow:scroll;
  width:100%;
  margin:0;
  padding:0;
}
div#column-one .pBody, div#column-one .pBody ul {
 margin:0;
 padding:0;
}
div#column-one li{
  list-style-type: none;
  padding:0;
  margin:0;
}


/* ###### Black line RESEARCH EDIT TALK ##### */
/* All */
div#column-one li#ca-nstab-main, div#column-one li#ca-nstab-user, div#column-one li#ca-nstab-project, div#column-one li#ca-edit, div#column-one li#ca-viewsource, div#column-one li#ca-talk {
  position:absolute;
  padding:3px 0 3px 0;
  margin:0;
  top:50px;
  text-decoration:none;
}
li#ca-nstab-main a, li#ca-nstab-user a, li#ca-nstab-project a, li#ca-edit a, li#ca-viewsource a, li#ca-talk a {
  color:white;
  text-decoration:none;
  padding:0;
  margin:0;
}


/* Read page link in different namespaces (articles, user, mainpage */
li#ca-nstab-main, li#ca-nstab-user, li#ca-nstab-project {
  left:0px;
  width:100%;
  background-color:black;
}
li#ca-nstab-main a, li#ca-nstab-user a, li#ca-nstab-project a {
  margin-left:150px;
}

/* Edit link */
li#ca-edit, li#ca-viewsource {
  left:320px;
}

/* Talk link */
li#ca-talk {
  left:500px;
}

/* personal links for the user */
div#p-personal {
  position:absolute;
  top:52px;
  right:10px;
  width:250px;
  background-color:black;
  height:15px;
}
div#p-personal:hover {
  height:auto;
  border-width:0 0 1px 1px;
  border-style:solid;
  border-color:#aaa;
  padding-bottom:5px;
}
div#p-personal li a {
  color:white;
  display:block;
  width:244px;
  padding:3px;
}
div#p-personal li a:hover {
  background-color:#666;
  text-decoration:none;
}

/* #### switch language #### */
div#p-lang.portlet {
  position:absolute;
  top:10px;
  right:10px;
  height:25px;
  overflow:hidden;
}
div#p-lang.portlet:hover {
  height:150px;
  overflow-y:scroll;
  background-color:white;
  border-width:0 0 1px 1px;
  border-style:solid;
  border-color:#aaa;
}
div#p-lang.portlet h5 {
  font-size:13px;
  margin:2px 0 5px 0;
  padding:0;
}
div#p-lang.portlet a {
  color:black;
}



/* #### icon boxes #### */
/* all boxes */
li#ca-history, li#ca-watch, li#ca-unwatch, li#t-print, body.action-edit li#ca-move {
  display:block;
  position:absolute;
  top:90px;
  font-size:10px;
  height:50px;
  width:50px;
  background-color:#ddd;
}
li#ca-history:hover, li#ca-watch:hover, li#ca-unwatch:hover, li#t-print:hover, body.action-edit li#ca-move:hover {
  background-color:#888;
}

li#ca-history a, li#ca-watch a, li#ca-unwatch a, li#t-print a, body.action-edit li#ca-move a {
  color:black;
  position:relative;
  top:53px;
  padding-top:53px;
}


/* view history */
li#ca-history {
  left:200px;
}

/* watch this page */
li#ca-watch, li#ca-unwatch {
  left:300px;
}

/* Show the move link only when editing the page. In other cases show print preview. */
li#ca-move {
  display:none;
}
/* print preview or move file */
li#t-print, body.action-edit li#ca-move {
  left:400px;
}


/* #### disabled links #### */
div#p-personal h5, div#p-cactions h5, div#p-search h5 {
  display:none;
}