Difference between revisions of "MediaWiki:Common.css"

From Ludocity
(New page: →‎CSS placed here will be applied to all skins: .frontpage1 { background-image:url(http://ludocity.org/images/misc/ludotitle.png) } .frontpage2 { background-image:url(http://ludocity.o...)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.frontpage1 { background-image:url(http://ludocity.org/images/misc/ludotitle.png) }
+
.frontpage1 { background-image:url(http://ludocity.org/images/misc/ludotitle.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }
.frontpage2 { background-image:url(http://ludocity.org/images/misc/play.png) }
+
 
.frontpage3 { background-image:url(http://ludocity.org/images/misc/design.png) }
+
.frontpage2 { background-image:url(http://ludocity.org/images/misc/play.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }
.frontpage4 { background-image:url(http://ludocity.org/images/misc/talk.png) }
+
 
 +
.frontpage3 { background-image:url(http://ludocity.org/images/misc/design.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }
 +
 
 +
.frontpage4 { background-image:url(http://ludocity.org/images/misc/talk.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }

Revision as of 23:38, 7 January 2009

/* CSS placed here will be applied to all skins */

.frontpage1 { background-image:url(http://ludocity.org/images/misc/ludotitle.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }

.frontpage2 { background-image:url(http://ludocity.org/images/misc/play.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }

.frontpage3 { background-image:url(http://ludocity.org/images/misc/design.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }

.frontpage4 { background-image:url(http://ludocity.org/images/misc/talk.png); background-repeat:no-repeat; background-position: top center; background-color:#fff; border: solid 2px #bd7; border-spacing:0; font-size:105%; padding:8px; -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px }