MediaWiki:Common.css/User:ShakataGaNai/Main Page

From Wikinews, the free news source you can write!
Jump to navigation Jump to search
#firstHeading {
 display: none;
}
/*this is also in mediawiki:monobook.css for some reason... */
#mw-revisiontag {
 display: none;
}
#catlinks {
 display: none;
}
body.notAutoconfirmed .hideFromNewbies {
 visibility: hidden;
}
/*edit links for leads that are semi-protected */
/* Above from MediaWiki:Common.css/Main Page */

/* Main Page */

.the_table {
 border: 0px;
 width: 100%;
}
.lead_big {
 padding: 5px 5px 5px 5px;
 vertical-align: top;
 width: 66%;
}
.lead_normal {
 padding: 5px 8px 5px 8px;
 border-top: 1px solid #cfcfbf;
 vertical-align: top;
 width: 33%;
}
.latest_news {
 vertical-align: top;
 padding: 5px 5px 5px 5px;
 width: 33%;
}
.portals {
 padding: 5px 8px 5px 8px;
}
.main_popular {
 padding: 5px 8px 5px 8px;
 vertical-align: top;
}
.recent_interviews {
 border-left: 1px solid #cfcfbf;
 border-right: 1px solid #cfcfbf;
 padding: 5px 8px 5px 8px;
 vertical-align: top;
}
.original_stories {
 padding: 5px 8px 5px 8px;
 vertical-align: top;
}
.main_about {
 padding: 5px 8px 5px 8px;
 vertical-align: top;
 width: 33%;
 font-size: small; 
}
.main_write {
 border-left: 1px solid #cfcfbf;
 border-right: 1px solid #cfcfbf;
 padding: 5px 8px 5px 8px;
 vertical-align: top;
 width: 33%;
 font-size:small; 
}
.main_devel {
 padding: 5px 8px 5px 8px;
 vertical-align: top;
 width: 33%;
}
.breaker {
 padding: 5px 8px 5px 8px;
}

/* Template:Lead 2.0 */

.l_table {
 border: 0px;
 height: 100%;
 width: 100%;
}
.l_table tr {
 height: 100%;
}
.l_table td {
 width: 100%;
}
.l_box {
}
.l_image {
 vertical-align:top;
 padding-bottom: 5px;
 padding-right: 8px;
 float: left;
}
.l_title {
 font-size: 150%;
 font-style: bold;
 vertical-align: top;
 padding-bottom: 5px;
}
.l_title a:link {
 color: #000000;
 text-decoration: none;
}

.l_title a:visited {
 color: #000000;
 text-decoration: none;
}
.l_title a:hover {
 color: #000000;
 text-decoration: underline;
}
.l_title a:active {
 color: #000000;
 text-decoration: none;
}
.l_summary {
 vertical-align: top;
 font-size: 100%;
}
.l_tail {
 font-size: 90%;
 height:15px;
}
.l_img_type {
 /*float: left;*/
 padding-bottom: 3px;
}


.l_edit {
 clear: left;
 float: right;
}

/* Template:Main headlines */

.more_news {
 font-size: 125%;
 font-weight: bold;
}
.latest_news_text {
 text-align: left;
 font-size: 85%;
 color: gray;
 padding-left: 3px;
 padding-right: 3px;
}

/* Template:Main page header */

.mp_header {
 background-image:url('//upload.wikimedia.org/wikipedia/commons/7/7d/Wikinews_banner_2.png');
 background-repeat: no-repeat;
 background-position: top right;
 width: 100%;
 clear: both;
 background-color: #F0F8FF;
 border: 1px solid #ccc;
 padding: 1px 10px 1px 10px;
}
.mp_header_left {
 width: 50%;
 text-align: left;
 white-space: nowrap;
 vertical-align: middle; 
}
.welcome_to_wn {
 font-size: 200%;
 font-weight: bold;
 padding-top: 3px;
 padding-bottom: 8px;
 letter-spacing: 1px;
}
.freenews {
 font-size: 120%;
}
.mp_header_center {
 width: 2px;
 align: center;
 white-space: nowrap;
}
.mp_header_right {
 width: 50%;
 text-align: right;
 white-space: nowrap;
 vertical-align: top;
}
.header_left_text {
 font-size: 90%;
 margin-bottom: -4px;
}

/* Template:Main about */

.about_floater {
 float: right;
 padding-left: 5px;
 padding-bottom: 5px;
 text-align: center;
 font-size: small;
 width: 75px;
}

/* Multiple Pages */

.editor a {
 background: none !important;
 padding: 0 !important;
 display: none;
}
.minihead {
 font-size: 125%;
 font-weight: bold;
}
.more {
 font-size: 75%;
 float: right;
}
ul{ /* Pulled from Vector */
 line-height: 1.5em;
 list-style-type: square;
 margin: .3em 0 0 1.5em;
 padding: 0;
 list-style-image: url('//upload.wikimedia.org/wikipedia/commons/9/90/Vector-bullet-icon.png');
}