MediaWiki:Common.css: Difference between revisions

From base48
imported>Admin
No edit summary
imported>Admin
No edit summary
Line 16: Line 16:
.b48mw-featured-project-container {
.b48mw-featured-project-container {
width: 100%;
width: 100%;
}
        padding-left: 10px;
 
.b48mw-featured-project-container h3 {
font-size: 1.5em;
}
}


.b48mw-featured-project-container img {
.b48mw-featured-project-container img {
height: 200px;
        border: 1px inset #CCC;
}
}


Line 30: Line 27:
         padding: 0;
         padding: 0;
}
}
#b48mw-featured-project div {
#b48mw-featured-project div {
display: block;
display: block;
Line 37: Line 35:
display: none;
display: none;
}
}


.b48mw-code-box {
.b48mw-code-box {
Line 43: Line 40:
}
}


.b48mw-title {
color: #333;
}
#b48mw-events {
#b48mw-events {
float: left;
float: left;

Revision as of 15:27, 1 April 2012

/* CSS placed here will be applied to all skins */
@import url("/resources/font/font-awesome.css");

#b48mw-mp-info i {
        color: #cb0000;
}



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

.b48mw-featured-project-container {
	width: 100%;
        padding-left: 10px;
}

.b48mw-featured-project-container img {
        border: 1px inset #CCC;
}

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

#b48mw-featured-project div {
	display: block;
	overflow: auto;
}
#b48mw-featured-project .editsection {
	display: none;
}

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

#b48mw-events {
	float: left;
	width: 33%;
}

#b48mw-events .editsection {
	display: none;
}
#b48mw-events div {
	padding-left: 10px;
}

#b48mw-events-box, #b48mw-news-box {
	padding-left: 10px;
}

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

.b48mw-black a {
	color: black;
}

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



.b48mw-event-list {
	color: #333;
}

.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 {
	float: left;
	width: 33%;
}
#b48mw-news .editsection {
	display: none;
}

.b48mw-news-list {
	background-color: transparent;
	border-top: 0;
	padding: 0px;
	margin: 0px;
}

.b48mw-news-date {
	font-weight: bold;
        margin-top:10px;
}

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

.b48mw-news-content-wrap {
	margin: 0 20px 0 20px;
}

.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;
}