MediaWiki:Common.css: Difference between revisions

From base48
imported>Admin
No edit summary
imported>Admin
No edit summary
Line 17: Line 17:
         width: 33%;
         width: 33%;
}
}


.b48mw-featured-project-container {
.b48mw-featured-project-container {
Line 29: Line 28:
.b48mw-featured-project-container img {
.b48mw-featured-project-container img {
height: 200px;
height: 200px;
max-width: 180px;
}
}



Revision as of 14:24, 1 April 2012

/* CSS placed here will be applied to all skins */
#b48mw-news {
	float: left;
	width: 33%;
}
#b48mw-news .editsection {
	display: none;
}

#b48mw-events {
	float: left;
	width: 33%;
}
#b48mw-featured-project {
	float: right;
	margin-right: 5px;	
        width: 33%;
}

.b48mw-featured-project-container {
	width: 100%;
}

.b48mw-featured-project-container h3 {
	font-size: 1.5em;
}

.b48mw-featured-project-container img {
	height: 200px;	
}

.b48mw-featured-project-container .b48mw-project-description {
	text-align: left;
}



.b48mw-code-box {
	overflow: auto;
}

#b48mw-space-map  #map_canvas {
	border: 2px solid #666;
}

#b48mw-space-map {
	width: 320px;
}

#b48mw-mp-info {
	margin-top: -20px;
}







#b48mw-featured-project div {
	display: block;
	overflow: auto;
	padding: 5px;
}

#b48mw-featured-project .editsection {
	display: none;
}

.b48mw-title {
	color: #333;
}




#b48mw-events .editsection {
	display: none;
}

#b48mw-events div {
	padding-left: 10px;
}

.b48mw-black a:visited {
	color: black;
}

.b48mw-black a {
	color: black;
}

.b48mw-hidden-templates {
	display: none;
}

.b48mw-event-list {
	color: #333;
	margin-left: 20px;
}

.b48mw-event-info {
	display: block;
	margin-left: 20px;
	font-family: Verdana,Arial;
}

.b48mw-event-date {
	display: block;
	margin-top: 10px;
}

.b48mw-event-date:first {
	margin-top: 5px;
}

.b48mw-event-time {
}

.b48mw-news-list {
	background-color: transparent;
	border: 1px solid #999;
	border-top: 0;
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Arial;
}

.b48mw-news-date {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAERJREFUeF5lTtEKgEAMMv//j/O0IxlH9CA6N2WURAA/OHl5GeWAwUUHBcKV795FtTePxpmV3t9uv8Z3/cmvM88vzbbrAV/dQdX+eas3AAAAAElFTkSuQmCC);
	padding: 5px;
	font-weight: normal;
	color: #0645AD;	
}

.b48mw-news-content {
	overflow: auto;
	width: 100%;
	margin: 0px;
}

.b48mw-news-content-wrap {
	padding: 10px;
}

.page-Main_Page table th:nth-child(1) {
  width:300px;
}
.page-Main_Page table th:nth-child(2) {
  
}
.page-Main_Page table th:nth-child(3) {
  width:100px;
}
.page-Main_Page table th:nth-child(4) {
  width:40px;
}
.page-Main_Page table th:nth-child(5) {
  width:63px;
}
.page-Main_Page table th:nth-child(6) {
  width:150px;
}