One of our staff members is contributing considerably to a News Archiving service at Mu. Any well educated (Masters, PhD or above) users who wish to make comments on news sites, please contact Jim Burton directly rather than using this list, and we can work on maximising view count.
MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) m my idea at least is a box for linking to /blog, /index and /forum |
The Admins (talk | contribs) m Reverted edits by The Admins (talk) to last revision by JohnHolt Tag: Rollback |
||
| (42 intermediate revisions by 5 users not shown) | |||
| Line 4: | Line 4: | ||
body { | body { | ||
background: | background: #fad653; | ||
} | } | ||
#content { | #content { | ||
border: | border:3px solid #000; | ||
} | } | ||
| Line 20: | Line 20: | ||
} | } | ||
.collapseButton { | |||
float: right; | |||
font-weight: normal; | |||
text-align: right; | |||
width: auto; | |||
} | |||
/* Image links */ | |||
.imagelink_research a { | |||
width:120px; | |||
height:156px; | |||
display:block; | |||
text-decoration:none; | |||
background-image: url("https://www.newgon.net/wiki/images/Kinseycrop.jpg"); | |||
} | |||
.imagelink_newgon a { | |||
width:235px; | |||
height:162px; | |||
display:block; | |||
text-decoration:none; | |||
/* background-image: url("https://www.newgon.net/wiki/images/Nwikilogo235.png");*/ | |||
} | |||
.imagelink_en-fr a { | |||
width:94px; | |||
height:36px; | |||
display:block; | |||
text-decoration:none; | |||
background-image: url("https://www.newgon.net/wiki/images/Frlink.PNG"); | |||
} | |||
.imagelink_fr-en a { | |||
width:94px; | |||
height:39px; | |||
display:block; | |||
text-decoration:none; | |||
background-image: url("https://www.newgon.net/wiki/images/English-1.PNG"); | |||
} | |||
/* navigation boxes */ | /* navigation boxes */ | ||
#p- | #p-newgonwiki h5, | ||
#p-search h5, | #p-search h5, | ||
#p-tb h5 { | #p-tb h5, | ||
#p-lang h5 { | |||
display:block; | display:block; | ||
border: | border:3px solid #000; | ||
border-bottom:none; | border-bottom:none; | ||
border-left:none; | border-left:none; | ||
margin:0px; | margin:0px; | ||
padding-bottom:4px; | padding-bottom:4px; | ||
} | |||
#p-lang h5 { | |||
font-weight: bold; | |||
color:#FFFC17; | |||
background-color: #3399FF; | |||
} | } | ||
| Line 43: | Line 85: | ||
font-weight: bold; | font-weight: bold; | ||
color:#FFFC17; | color:#FFFC17; | ||
background-color: # | background-color: #3399FF; | ||
} | } | ||
| Line 49: | Line 91: | ||
font-weight: bold; | font-weight: bold; | ||
color:#FFFC17; | color:#FFFC17; | ||
background-color: # | background-color: #3399FF; | ||
} | } | ||
| Line 55: | Line 97: | ||
font-weight: bold; | font-weight: bold; | ||
color:#FFFC17; | color:#FFFC17; | ||
background-color: # | background-color: #3399FF; | ||
} | } | ||
#p- | #p-newgonwiki .pBody, | ||
#p-search .pBody, | #p-search .pBody, | ||
#p-tb .pBody { | #p-tb .pBody, | ||
border: | #p-lang .pBody { | ||
border:3px solid #000; | |||
margin:0px; | margin:0px; | ||
padding-top:2px; | padding-top:2px; | ||
| Line 71: | Line 112: | ||
padding-top:4px; | padding-top:4px; | ||
} | } | ||
| Line 102: | Line 139: | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
z-index:1; | z-index:1; | ||
color:#fff; | |||
background-color: #000!important; | background-color: #000!important; | ||
} | } | ||
| Line 109: | Line 146: | ||
color: #96E57C!important; | color: #96E57C!important; | ||
} | } | ||
Latest revision as of 22:08, 1 June 2022
/* CSS placed here will affect users of the Monobook skin */
/* simple */
body {
background: #fad653;
}
#content {
border:3px solid #000;
}
#footer {
border-top:3px solid #000;
border-bottom:3px solid #000;
}
a.new {
color: #008000!important;
}
.collapseButton {
float: right;
font-weight: normal;
text-align: right;
width: auto;
}
/* Image links */
.imagelink_research a {
width:120px;
height:156px;
display:block;
text-decoration:none;
background-image: url("https://www.newgon.net/wiki/images/Kinseycrop.jpg");
}
.imagelink_newgon a {
width:235px;
height:162px;
display:block;
text-decoration:none;
/* background-image: url("https://www.newgon.net/wiki/images/Nwikilogo235.png");*/
}
.imagelink_en-fr a {
width:94px;
height:36px;
display:block;
text-decoration:none;
background-image: url("https://www.newgon.net/wiki/images/Frlink.PNG");
}
.imagelink_fr-en a {
width:94px;
height:39px;
display:block;
text-decoration:none;
background-image: url("https://www.newgon.net/wiki/images/English-1.PNG");
}
/* navigation boxes */
#p-newgonwiki h5,
#p-search h5,
#p-tb h5,
#p-lang h5 {
display:block;
border:3px solid #000;
border-bottom:none;
border-left:none;
margin:0px;
padding-bottom:4px;
}
#p-lang h5 {
font-weight: bold;
color:#FFFC17;
background-color: #3399FF;
}
#p-navigation h5 {
font-weight: bold;
color:#FFFC17;
background-color: #3399FF;
}
#p-search h5 {
font-weight: bold;
color:#FFFC17;
background-color: #3399FF;
}
#p-tb h5 {
font-weight: bold;
color:#FFFC17;
background-color: #3399FF;
}
#p-newgonwiki .pBody,
#p-search .pBody,
#p-tb .pBody,
#p-lang .pBody {
border:3px solid #000;
margin:0px;
padding-top:2px;
}
#p-search .pBody {
padding-top:4px;
}
/* tabs */
#p-cactions li.selected {
border:none!important;
}
#p-cactions li.selected a {
z-index:1;
background-color:#000;
border:none!important;
}
#p-cactions li {
background-color:#000;
border:none!important;
}
#p-cactions li a {
background-color:#000;
color:#94BED7;
border:none!important;
}
#p-cactions li a:hover {
z-index:1;
color:#fff;
background-color: #000!important;
}
#p-cactions .new a {
color: #96E57C!important;
}
/* content child classes */
#toc {
border:2px solid #000!important;
padding:8px;
}
.firstHeading {
color: #153E7E;
font-family: "trebuchet ms";
font-size:240%;
}
#bodyContent {
padding-left:8px;
}
.mw-headline {
color: #153E7E;
}