Difference between revisions of "MediaWiki:Common.css"

From Spherical
Jump to: navigation, search
(toc h2)
m (tabs)
Line 9: Line 9:
 
#toc h2, .toc h2 {font-weight:normal; text-transform:uppercase;}
 
#toc h2, .toc h2 {font-weight:normal; text-transform:uppercase;}
  
.sph-section{border-style:solid; border-width:1px; padding:4px; background-color:#eee; border-color:#999;}
+
.sph-section {border-style:solid; border-width:1px; padding:4px; background-color:#eee; border-color:#999;}
.sph-section .sph-section-title{padding:5px; font-weight:bold; background-color:#999; color:#fff;}
+
.sph-section .sph-section-title {padding:5px; font-weight:bold; background-color:#999; color:#fff;}
.sph-section .sph-section-content{}
+
.sph-section .sph-section-content {}
  
.sph-section-green{background-color:#efe; border-color:#9c9;}
+
.sph-section-green {background-color:#efe; border-color:#9c9;}
.sph-section-green .sph-section-title{background-color:#393; color:#fff;}
+
.sph-section-green .sph-section-title {background-color:#393; color:#fff;}
  
.sph-section-red{background-color:#fee; border-color:#fcc;}
+
.sph-section-red {background-color:#fee; border-color:#fcc;}
.sph-section-red .sph-section-title{background-color:#c00; color:#fff;}
+
.sph-section-red .sph-section-title {background-color:#c00; color:#fff;}
  
.sph-section-blue{background-color:#eef; border-color:#abd;}
+
.sph-section-blue {background-color:#eef; border-color:#abd;}
.sph-section-blue .sph-section-title{background-color:#039; color:#fff;}
+
.sph-section-blue .sph-section-title {background-color:#039; color:#fff;}

Revision as of 22:23, 28 March 2013

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

@import url("http://www.spheredev.org/res/css/league-gothic/stylesheet.css");
@import url("http://www.spheredev.org/res/css/mgopen-modata/stylesheet.css");

h1	{font-family:"MgOpen Modata",MgOpenModata,sans-serif; font-weight:normal;}
h2, h3, h4	{font-family:"League Gothic",LeagueGothic,sans-serif; font-weight:normal;}

#toc h2, .toc h2	{font-weight:normal; text-transform:uppercase;}

.sph-section	{border-style:solid; border-width:1px; padding:4px; background-color:#eee; border-color:#999;}
.sph-section .sph-section-title	{padding:5px; font-weight:bold; background-color:#999; color:#fff;}
.sph-section .sph-section-content	{}

.sph-section-green	{background-color:#efe; border-color:#9c9;}
.sph-section-green .sph-section-title	{background-color:#393; color:#fff;}

.sph-section-red	{background-color:#fee; border-color:#fcc;}
.sph-section-red .sph-section-title	{background-color:#c00; color:#fff;}

.sph-section-blue	{background-color:#eef; border-color:#abd;}
.sph-section-blue .sph-section-title	{background-color:#039; color:#fff;}