Difference between revisions of "MediaWiki:Common.css"

From Openresearch
Jump to: navigation, search
Line 51: Line 51:
  
 
/* calendar */
 
/* calendar */
#calendar {
+
.calendar {
 
     width: 200px;
 
     width: 200px;
 
     margin: 0 auto;
 
     margin: 0 auto;

Revision as of 18:32, 17 September 2016

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

.smw-eventcalendar {
  height:20em;
  width: 20em;
}

.page-wrap { 
  width: 1450px; 
  margin-left: 10px; 
  position: relative; 
}

.sidebar { 
  width: 150px; 
  position: fixed; 
  margin-left: 1570px; 
}

/* from Common.css in SMW for the table of content */
#smworgtable-toc #toc {
	border: 0px solid #AAA;
	background-color: #ffffff;
	font-size: 100%;
	width: 220px;
} 
#smworgtable-toc.smworgtable-toc th a {
	color: #164eaf;
}
 
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: right;
}
 
#smworgtable-toc #toc.toc {
	font-size: 110%;
}
 
#toc h2,
.toc h2 {
	display: none;
}
 
#toc .toctoggle,
.toc .toctoggle {
	text-align: right !important;
}

/* calendar */
.calendar {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}


/* div class border */
.alright {
    background-color: #F5F5DC;
    border: 1px solid #3dcf2d;
    border-radius: 4px ;
}