Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
(Test)
K
 
(34 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* userstyles.org - Dark Wikipedia Rounded */
+
/*------------- ganz neu */
/* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
 
/* edits: alle Grafiklinks entfernt */
 
  
* {
+
body {
background: #262626 !important;
+
  background: url("http://stadtwiki-goerlitz.de/images/8/86/PICT3169.JPG") no-repeat fixed center top rgb(0, 0, 0);
border-color: #262626 !important;
+
  margin: 0 auto;
color: #9a9a9a !important;
+
  max-width: 1600px;
 +
  background-color: #000000;
 
}
 
}
 
+
div#globalWrapper {
a{
 
color: #000000 !important;
 
}
 
 
 
a:visited{
 
color: #ccc !important;
 
}
 
 
 
a:link{
 
color: #ccc !important;
 
font-weight: bold !important;
 
 
}
 
}
  
a:hover, a:hover span {
+
#p-logo a, #p-logo a:hover {
color: #fff !important;
+
  background-color: white;
text-decoration: underline !important;
+
  box-shadow: 0px 0.1em 0.75em rgb(213, 212, 212);
 +
  filter: alpha(opacity = 90); /* IE 6, 7, 8 */
 +
  -ms-filter: "alpha(opacity = 90)"; /* ab IE 8 zusätzlich möglich */
 +
  opacity: .9; /* alle anderen Browser einschließlich IE 9 */
 
}
 
}
 
+
#p-logo {
#content, #content * {
+
z-index: 3;
background: #202020 !important;
+
position: absolute; /*needed to use z-index */
border-color: #555 !important;
+
top: 20px;
 +
right: 0px;
 +
height: 155px;
 +
width: 12em;
 +
overflow: visible;
 
}
 
}
  
#content {
+
#p-cactions > .pBody {
-moz-border-radius: 10px;
 
-webkit-border-radius: 10px;
 
border-radius: 10px;
 
 
}
 
}
  
#toc, #toc * {
+
div#content {
background: #262626 !important;
+
  max-width:1340px;
border-color: #262626 !important;
+
  box-shadow: 0px 0.1em 0.75em rgb(213, 212, 212);
 +
  filter: alpha(opacity = 90); /* IE 6, 7, 8 */
 +
  -ms-filter: "alpha(opacity = 90)"; /* ab IE 8 zusätzlich möglich */
 +
  opacity: .9; /* alle anderen Browser einschließlich IE 9 */
 
}
 
}
  
#toc {
+
/* ----------------- ende ganz neu */
-moz-border-radius: 10px;
 
-webkit-border-radius: 10px;
 
border-radius: 10px;
 
}
 
  
  
#p-cactions li.selected a, #p-cactions li a, #p-cactions li a:hover {
+
/* .zebra tr:nth-child(2n+1) {
padding: 0 1em 0.1em !important;
+
    background-color: #f3f3f3;
 
}
 
}
  
#bodyContent pre {
+
.zebra th {
background: #1a1a1a !important;
+
background-color: #ddd !important;
 
}
 
}
  
.portlet li {
+
.toptextcells td {
list-style-image: none !important;
+
vertical-align:top !important;
}
+
} */
  
ul {
+
/* Logofarben:
list-style-image: none !important;
+
  ffea00 hellgelb
 +
  ffdd00 mittelgelb
 +
  d6b900 dunkelgelb
 +
  4f4d52 mittelgrau (Logoschrift)
 +
weitere FFFF80 sehr helles gelb
 +
FFE840 irgendwas zw. sehr hell und helles gelb */
 +
 +
.thcolor th, .zebra th, .sortable th {
 +
/* color: #4f4d52 !important; */
 +
background-color:#ffea00 !important;
 +
background-image:-moz-linear-gradient(center top, #ffea00 0%, #d6b900 100%) !important;
 +
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffea00 ), color-stop(100%,#d6b900)) !important;
 +
background-image:-webkit-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important;
 +
background-image:-o-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important;
 +
background-image:-ms-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important;
 +
background-image: linear-gradient(to bottom, #ffea00 0%, #d6b900 100%) !important;
 +
padding:0.5em !important;
 
}
 
}

Aktuelle Version vom 11. Februar 2014, 23:41 Uhr

/*------------- ganz neu */

body {
   background: url("http://stadtwiki-goerlitz.de/images/8/86/PICT3169.JPG") no-repeat fixed center top rgb(0, 0, 0);
   margin: 0 auto;
   max-width: 1600px;
   background-color: #000000;
}
div#globalWrapper {
}

#p-logo a, #p-logo a:hover {
   background-color: white;
   box-shadow: 0px 0.1em 0.75em rgb(213, 212, 212);
   filter: alpha(opacity = 90); /* IE 6, 7, 8 */
   -ms-filter: "alpha(opacity = 90)"; /* ab IE 8 zusätzlich möglich */ 
   opacity: .9; /* alle anderen Browser einschließlich IE 9 */
}
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 20px;
	right: 0px;
	height: 155px;
	width: 12em;
	overflow: visible;
}

#p-cactions > .pBody {
}

div#content {
   max-width:1340px;
   box-shadow: 0px 0.1em 0.75em rgb(213, 212, 212);
   filter: alpha(opacity = 90); /* IE 6, 7, 8 */
   -ms-filter: "alpha(opacity = 90)"; /* ab IE 8 zusätzlich möglich */ 
   opacity: .9; /* alle anderen Browser einschließlich IE 9 */
}

/* ----------------- ende ganz neu */


/* .zebra tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.zebra th {
background-color: #ddd !important;
}

.toptextcells td {
vertical-align:top !important;
} */

/* Logofarben:
   ffea00 hellgelb
   ffdd00 mittelgelb
   d6b900 dunkelgelb
   4f4d52 mittelgrau (Logoschrift)
weitere FFFF80 sehr helles gelb
FFE840 irgendwas zw. sehr hell und helles gelb */
 
.thcolor th, .zebra th, .sortable th {
/* color: #4f4d52 !important; */
background-color:#ffea00 !important; 
background-image:-moz-linear-gradient(center top, #ffea00 0%, #d6b900 100%) !important; 
background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#ffea00 ), color-stop(100%,#d6b900)) !important; 
background-image:-webkit-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important; 
background-image:-o-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important; 
background-image:-ms-linear-gradient(top, #ffea00 0%, #d6b900 100%) !important; 
background-image: linear-gradient(to bottom, #ffea00 0%, #d6b900 100%) !important; 
padding:0.5em !important;
}