So sah der Internetauftritt der Jedi-Bibliothek im Oktober 2011 aus. Fühlt euch frei, darin zu stöbern! Unsere aktuelle Hauptseite findet ihr unter jedi-bibliothek.de!

MediaWiki:Common.css

Aus Jedi-Bibliothek
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ - The backgrounds for galleries.: #content .gallerybox div.thumb { background-color:…“)
 
 
(21 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
+
/* wikitable/prettytable class for skinning normal tables */
/* The backgrounds for galleries. */
+
table.wikitable,
#content .gallerybox div.thumb {
+
table.prettytable {
     background-color: #F9F9F9;   /* Light gray padding */
+
    margin: 1em 1em 1em 0;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 +
    -moz-border-radius-bottomleft:15px;
 +
    -moz-border-radius-bottomright:15px;
 +
    -moz-border-radius-topleft:15px;
 +
    -moz-border-radius-topright:15px;
 +
}
 +
.wikitable th, .wikitable td,
 +
.prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 +
}
 +
.wikitable th,
 +
.prettytable th {
 +
    background: #f2f2f2;
 +
    text-align: center;
 +
}
 +
.wikitable caption,
 +
.prettytable caption {
 +
    font-weight: bold;
 +
}
 +
 
 +
/* GALLERIES */
 +
li.newgallerybox {
 +
vertical-align: top;
 +
background-color: beige;
 +
border: solid 2px white;
 +
display: -moz-inline-box;
 +
display: inline-block;
 +
-moz-border-radius-bottomleft:15px;
 +
-moz-border-radius-bottomright:15px;
 +
-moz-border-radius-topleft:15px;
 +
-moz-border-radius-topright:15px;
 +
}
 +
 
 +
ul.newgallery, li.newgallerybox {
 +
zoom: 1;
 +
*display: inline;
 +
}
 +
 
 +
ul.newgallery {
 +
margin: 2px;
 +
padding: 2px;
 +
display: block;
 +
}
 +
 
 +
li.newgallerycaption {
 +
font-weight: bold;
 +
text-align: center;
 +
display: block;
 +
word-wrap: break-word;
 +
}
 +
 
 +
li.newgallerybox div.thumb {
 +
font-family: Trebuchet MS, Gill Sans;
 +
text-align: center;
 +
border: 1px solid #DEB887;
 +
margin: 2px;
 +
-moz-border-radius-bottomleft:15px;
 +
-moz-border-radius-bottomright:15px;
 +
-moz-border-radius-topleft:15px;
 +
-moz-border-radius-topright:15px;
 +
}
 +
 
 +
div.newgallerytext {
 +
overflow: hidden;
 +
font-size: 94%;
 +
padding: 2px 4px;
 +
word-wrap: break-word;
 +
}
 +
 
 +
/* Link Icons */
 +
div#content a[href$="amazon.de"].external,
 +
div#content a[href*="amazon.de/"].external {
 +
    background: url("http://jedi-bibliothek.de/w/images/amazon.gif") no-repeat right;
 +
    padding-right: 18px;
 +
}
 +
 
 +
div#content a[href$="jedipedia.net"].external,
 +
div#content a[href*="jedipedia.net/"].external {
 +
     background: url("http://jedi-bibliothek.de/w/images/jedipedia.gif") no-repeat right;
 +
    padding-right: 18px;
 +
}
 +
div#content a[href$="starwars.wikia.com"].external,
 +
div#content a[href*="starwars.wikia.com/"].external {
 +
    background: url("http://jedi-bibliothek.de/w/images/wookieepedia.gif") no-repeat right;
 +
    padding-right: 18px;
 +
}
 +
 
 +
/* Boxen */
 +
.transbox-switch {
 +
-moz-box-shadow:0 0 8px #800000;
 +
-moz-border-radius: 10px;
 +
-webkit-box-shadow:0 0 8px #800000;
 +
-webkit-border-radius: 10px;
 +
box-shadow:0 0 8px #800000;
 +
border-radius:10px;
 +
background:url('http://www.jedi-bibliothek.de/w/images/transbox-sand.png');
 +
border:1px sandybrown solid;
 +
padding:10px;
 +
}
 +
 
 +
.transbox-cont-switch {
 +
width:auto;
 +
-moz-box-shadow: -5px 5px 10px #888;
 +
-moz-border-radius: 10px;
 +
-webkit-box-shadow:-5px 5px 10px #888;
 +
-webkit-border-radius: 10px;
 +
box-shadow: -5px 5px 10px #888;
 +
border-radius: 10px;
 +
}
 +
 
 +
.transbox-container {
 +
width:auto;
 +
-moz-box-shadow: -5px 5px 10px #888;
 +
-moz-border-radius: 10px;
 +
-webkit-box-shadow:-5px 5px 10px #888;
 +
-webkit-border-radius: 10px;
 +
box-shadow: -5px 5px 10px #888;
 +
border-radius: 10px;
 +
}
 +
 
 +
.transbox {
 +
height:auto;
 +
-moz-box-shadow:0 0 8px #800000;
 +
-moz-border-radius: 10px;
 +
-webkit-box-shadow:0 0 8px #800000;
 +
-webkit-border-radius: 10px;
 +
box-shadow:0 0 8px #800000;
 +
border-radius:10px;
 +
background:url('http://www.jedi-bibliothek.de/w/images/transbox-sand.png');
 +
border:1px sandybrown solid;
 +
padding:10px;
 +
}
 +
 
 +
/*FONT */
 +
@font-face {
 +
font-family: "Star Jedi";
 +
src: url("/fonts/Starjedi.TTF"); /* Internet Explorer */
 +
src: local('Star Jedi'), local('Star Jedi'), url("/fonts/Starjedi.TTF") format('truetype'); /* alle anderen Browser */
 
}
 
}

Aktuelle Version vom 4. August 2011, 10:48 Uhr

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    border: 1px #aaa solid;
    border-collapse: collapse;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* GALLERIES */
li.newgallerybox {
	vertical-align: top;
	background-color: beige;
	border: solid 2px white;
	display: -moz-inline-box;
	display: inline-block;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

ul.newgallery, li.newgallerybox {
	zoom: 1;
	*display: inline;
}

ul.newgallery {
	margin: 2px;
	padding: 2px;
	display: block;
}

li.newgallerycaption {
	font-weight: bold;
	text-align: center;
	display: block;
	word-wrap: break-word;
}

li.newgallerybox div.thumb {
	font-family: Trebuchet MS, Gill Sans;
	text-align: center;
	border: 1px solid #DEB887;
	margin: 2px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

div.newgallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
	word-wrap: break-word;
}

/* Link Icons */
div#content a[href$="amazon.de"].external, 
div#content a[href*="amazon.de/"].external {
    background: url("http://jedi-bibliothek.de/w/images/amazon.gif") no-repeat right;
    padding-right: 18px;
}

div#content a[href$="jedipedia.net"].external, 
div#content a[href*="jedipedia.net/"].external {
    background: url("http://jedi-bibliothek.de/w/images/jedipedia.gif") no-repeat right;
    padding-right: 18px;
}
div#content a[href$="starwars.wikia.com"].external, 
div#content a[href*="starwars.wikia.com/"].external {
    background: url("http://jedi-bibliothek.de/w/images/wookieepedia.gif") no-repeat right;
    padding-right: 18px;
}

/* Boxen */
.transbox-switch {
-moz-box-shadow:0 0 8px #800000;
-moz-border-radius: 10px;
-webkit-box-shadow:0 0 8px #800000;
-webkit-border-radius: 10px;
box-shadow:0 0 8px #800000;
border-radius:10px;
background:url('http://www.jedi-bibliothek.de/w/images/transbox-sand.png');
border:1px sandybrown solid;
padding:10px;
}

.transbox-cont-switch {
width:auto;
-moz-box-shadow: -5px 5px 10px #888;
-moz-border-radius: 10px;
-webkit-box-shadow:-5px 5px 10px #888;
-webkit-border-radius: 10px;
box-shadow: -5px 5px 10px #888;
border-radius: 10px;
}

.transbox-container {
width:auto;
-moz-box-shadow: -5px 5px 10px #888;
-moz-border-radius: 10px;
-webkit-box-shadow:-5px 5px 10px #888;
-webkit-border-radius: 10px;
box-shadow: -5px 5px 10px #888;
border-radius: 10px;
}

.transbox {
height:auto;
-moz-box-shadow:0 0 8px #800000;
-moz-border-radius: 10px;
-webkit-box-shadow:0 0 8px #800000;
-webkit-border-radius: 10px;
box-shadow:0 0 8px #800000;
border-radius:10px;
background:url('http://www.jedi-bibliothek.de/w/images/transbox-sand.png');
border:1px sandybrown solid;
padding:10px;
}

/*FONT */
@font-face {
	font-family: "Star Jedi";
	src: url("/fonts/Starjedi.TTF"); /* Internet Explorer */
	src: local('Star Jedi'), local('Star Jedi'), url("/fonts/Starjedi.TTF") format('truetype'); /* alle anderen Browser */
}
Meine Werkzeuge
Varianten
Aktionen
Navigation
Werkzeuge
Netzwerke & Feeds