MediaWiki:Common.css: Difference between revisions

From Asian Canadian Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* @import "/css/basic.css"; */
@import "/css/galleriffic-3.css";


.tpllabel {
h1.firstHeading {
        float: left;
  display: none;
        width: 15%;
}
}


.tplvalue {
.cleared {
        float: right;
  clear: both;
        width: 83%;
}
 
#logo { width: 320px; height: 200px; background: url(/mw/images/d/d5/ACW_4C.gif) 35% 50% no-repeat !important; }
 
aside .span3 {
width: 10%;
}
}


.noticebox {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
  background: #eee;
  padding: 5px;
}


h1.firstHeading {
.hidden {
   display: none;
   display: none;
}
}


.cleared {
h1,
  clear: both;
h2,
h3,
h4,
h5,
h6 {
border-bottom: none;
}
}


td.month_name {
h1 { font-size: 130% }
  font-size: large;
h2 {font-size: 125% }
h3 {font-size: 120% }
h4 {font-size: 115% }
h5 {font-size: 110% }
 
 
.acwSelected {
background-color: green;
color: white;
}
}
#p-logo a { background: url(/images/smacw1.png) 35% 50% no-repeat !important; }

Latest revision as of 18:42, 19 May 2013

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

h1.firstHeading {
  display: none;
}

.cleared {
  clear: both;
}

#logo { width: 320px; height: 200px; background: url(/mw/images/d/d5/ACW_4C.gif) 35% 50% no-repeat !important; }

aside .span3 {
width: 10%;
}

.noticebox {
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
  background: #eee;
  padding: 5px;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	border-bottom: none;
}

h1 { font-size: 130% }
h2 {font-size: 125% }
h3 {font-size: 120% }
h4 {font-size: 115% }
h5 {font-size: 110% }


.acwSelected {
background-color: green;
color: white;
}