User:TafMac/unwiki.css

From 2014.igem.org

(Difference between revisions)
(Created page with "/* ** MediaWiki 'monobook' style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke - http://wikidev.net/ ** License: GPL (http://www.gnu.org/copyleft/gpl.html) ** ** Lo...")
 
Line 310: Line 310:
/* Some space under the headers in the content area */
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
#bodyContent h1, #bodyContent h2 {
 +
    display: none;
    
    
}
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
-
    
+
   display: none;
}
}
.firstHeading {
.firstHeading {
-
      
+
     display: none;
}
}
/* user notification thing */
/* user notification thing */
.usermessage {
.usermessage {
-
    
+
   display: none;
}
}
#siteNotice {
#siteNotice {
-
      
+
     display: none;
}
}
#siteNotice p {
#siteNotice p {
-
      
+
     display: none; 
}
}
.error {
.error {
-
+
    display: none;
}
}
#catlinks {
#catlinks {
-
 
+
  display: none;
}
}
/* currently unused, intended to be used by a metadata box
/* currently unused, intended to be used by a metadata box
Line 347: Line 348:
/* emulate center */
/* emulate center */
.center {
.center {
-
      
+
     display: none;
}
}
*.center * {
*.center * {
-
      
+
     display: none;
}
}
/* small for tables and similar */
/* small for tables and similar */
.small, .small * {
.small, .small * {
-
    
+
   display: none;
}
}
table.small {
table.small {
-
      
+
     display: none;
}
}
Line 366: Line 367:
#toc,
#toc,
.toc {
.toc {
-
+
display: none;
}
}
#toc h2,
#toc h2,
.toc h2 {
.toc h2 {
-
+
display: none;
}
}
#toc #toctitle,
#toc #toctitle,
Line 376: Line 377:
#toc .toctitle,
#toc .toctitle,
.toc .toctitle {
.toc .toctitle {
-
+
display: none;
}
}
#toc ul,
#toc ul,
.toc ul {
.toc ul {
-
+
display: none;
}
}
#toc ul ul,
#toc ul ul,
.toc ul ul {
.toc ul ul {
-
+
display: none;
}
}
#toc .toctoggle,
#toc .toctoggle,
.toc .toctoggle {
.toc .toctoggle {
-
+
display: none;
}
}
Line 394: Line 395:
/* images */
/* images */
div.floatright, table.floatright {
div.floatright, table.floatright {
-
    
+
   display: none;
/*
/*
     border: .5em solid white;
     border: .5em solid white;
Line 400: Line 401:
*/
*/
}
}
-
div.floatright p { }
+
div.floatright p { display: none; }
div.floatleft, table.floatleft {
div.floatleft, table.floatleft {
-
    
+
   display: none;
/*
/*
     margin: .3em .5em .5em 0;
     margin: .3em .5em .5em 0;
Line 409: Line 410:
*/
*/
}
}
-
div.floatleft p { }
+
div.floatleft p { display: none;}
/* thumbnails */
/* thumbnails */
div.thumb {
div.thumb {
-
    
+
   display: none;
}
}
div.thumb div {
div.thumb div {
-
      
+
     display: none;
}
}
div.thumb div a img {
div.thumb div a img {
-
    
+
   display: none;
}
}
div.thumb div div.thumbcaption {
div.thumb div div.thumbcaption {
-
    
+
   display: none;
}
}
div.magnify {
div.magnify {
-
    
+
   display: none;
}
}
div.magnify a, div.magnify img {
div.magnify a, div.magnify img {
-
      
+
     display: none;
}
}
div.tright {
div.tright {
-
      
+
     display: none;
}
}
div.tleft {
div.tleft {
-
      
+
     display: none;
}
}
.hiddenStructure {
.hiddenStructure {
-
    
+
   display: none;
}
}
img.tex {
img.tex {
-
    
+
   display: none;
}
}
span.texhtml {
span.texhtml {
-
      
+
     display: none;
}
}
Line 456: Line 457:
/* table standards */
/* table standards */
table.rimage {
table.rimage {
-
    
+
   display: none;
}
}
.toccolours {
.toccolours {
-
      
+
     display: none;
}
}
div.townBox {
div.townBox {
-
      
+
     display: none;
}
}
div.townBox dl {
div.townBox dl {
-
    
+
   display: none;
}
}
div.townBox dl dt {
div.townBox dl dt {
-
    
+
   display: none;
}
}
div.townBox dl dd {
div.townBox dl dd {
-
      
+
     display: none;
}
}
Line 478: Line 479:
*/
*/
.special li {
.special li {
-
    
+
   display: none;
}
}

Latest revision as of 21:12, 13 August 2014

/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/


/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {


/* scale back up to a sane default */
#globalWrapper {

}
.visualClear {
    clear: both;
}

/* The top section contains the banner, the search box, and the left and right menus */

#top-section {

}

#p-logo {

}
#p-logo h5 {

}

#p-logo a,
#p-logo a:hover {

}

#search-controls {
	
}
input.searchButton {
	
}
input.searchButton:hover {
	
}
#searchInput {

}


#menubar {
    
}

.left-menu, .left-menu a {
    
}

.left-menu:hover {
   
}
.right-menu, .right-menu a {
    
}
#menubar ul {
   
}
#menubar li {
    
}
.left-menu li a {
    
}
.left-menu .selected {
}
#.left-menu .selected:hover {

#}

.left-menu:hover a {
    
}
.right-menu li {
#    
}
.right-menu li a {
    
}
.right-menu li a:hover {
    }

/* footer */
#footer-box {
	
}
#footer {
	}
#footer li {
	
}

/* Sponsors box */

#sponsor-box {
    
}
#f-poweredbyico {
    
}
#f-copyrightico {
    
}

/* Pulldown menu boxes */

.hidden  {	visibility: hidden;  }
.visible {      visibility: visible; }


.menubox {
	
}

.bridge1 {
	
}
	

.shadow1 {
	
}
.shadow2 {
	
}
.shadow3 {
	
}

/*  IGEM RIGHT SIDEBAR STYLING */
#right-sidebar {
	
}
.right-box {
	
}

.right-box:first-child {
	
}

.right-heading {
	
}
.right-box ul {
	
}
.right-box li {
	
}

/*****************************************************************************************************
 * The content div contains all of the contents of the page - provided by mediawiki
 ****************************************************************************************************/
#content {
    
}

#column-one {
    
}
/* the left column width is specified in class .portlet */

/* general styles */

table {
  
}
a {

}
a:visited {
    
}
a:active {
    
}
a:hover {

}
a.stub {

}
/*  a.new, #p-personal a.new {    - rdr */
a.new {

}
a.new:visited, #p-personal a.new:visited {

}

img {
    

}
p {
   
}
p img {
    
}

hr {
   
}

h1, h2, h3, h4, h5, h6 {
   
}
h1 { }
h2 { }
h3, h4, h5, h6 {
    
}
h3 {  }
h4 { }
h5 {  }
h6 { }

ul {
    
}
ol {
   
}
li {
    
}
dt {
   
}
dl {
   
}
dd {
 
}

fieldset {
  
}
legend {
   
}
form {
  
}

textarea {
  
}

input.historysubmit {
   
}
select {
    
}
abbr, acronym, .explain {
   
}
q {
    
}
/* disabled for now
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}*/
code {
    
}
pre {
    
}

/*
** the main content area
*/

#siteSub {
   }
#contentSub {
    
}
span.subpages {
    display: block;
}

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
    display: none;
   
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
   display: none;
}
.firstHeading {
    display: none;
}

/* user notification thing */
.usermessage {
   display: none;
}
#siteNotice {
    display: none;
}
#siteNotice p {
    display: none;   
}
.error {
    display: none;
}
#catlinks {
   display: none;
}
/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
    /* The summary text describing the document */
   
}
.documentByLine {
    
}

/* emulate center */
.center {
    display: none;
}
*.center * {
    display: none;
}
/* small for tables and similar */
.small, .small * {
   display: none;
}
table.small {
    display: none;
}

/*
** content styles
*/

#toc,
.toc {
	display: none;
}
#toc h2,
.toc h2 {
	display: none;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	display: none;
}
#toc ul,
.toc ul {
	display: none;
}
#toc ul ul,
.toc ul ul {
	display: none;
}
#toc .toctoggle,
.toc .toctoggle {
	display: none;
}


/* images */
div.floatright, table.floatright {
   display: none;
/*
    border: .5em solid white;
    border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { display: none; }
div.floatleft, table.floatleft {
   display: none;
/*
    margin: .3em .5em .5em 0;
    border: .5em solid white;
    border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { display: none;}
/* thumbnails */
div.thumb {
   display: none;
}
div.thumb div {
    display: none;
}
div.thumb div a img {
   display: none;
}
div.thumb div div.thumbcaption {
   display: none;
}
div.magnify {
  display: none;
}
div.magnify a, div.magnify img {
    display: none;
}
div.tright {
    display: none;
}
div.tleft {
    display: none;
}

.hiddenStructure {
   display: none;
}
img.tex {
   display: none;
}
span.texhtml {
    display: none;
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
   display: none;
}
.toccolours {
    display: none;
}
div.townBox {
    display: none;
}
div.townBox dl {
   display: none;
}
div.townBox dl dt {
   display: none;
}
div.townBox dl dd {
    display: none;
}

/*
** edit views etc
*/
.special li {
   display: none;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
  
}
#pagehistory span.user {
  
}
#pagehistory span.minor {
  
}
#pagehistory li {
    
}
#pagehistory li.selected {
   
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
/*    background: url(external.png) center right no-repeat;    rdr */
/*    padding-right: 13px;                                     rdr */
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url(lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url(mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
    background: url(news_icon.png) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url(file_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
    background: url(discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #36b;
    background: none;
    padding: 0;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    padding-left: 20px;
    text-transform: none;
}


/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }


/* js pref toc */
#preftoc {
    float: left;
    margin: 1em;
    width: 13em;
}
#preftoc li {
    border: 1px solid white;
}
#preftoc li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
    color: #0014a6;
}
#prefcontrol {
    clear: both;
    float: left;
    margin-top: 1em;
}
div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}
fieldset.operaprefsection {
    margin-left: 15em;
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
* > html #p-cactions li a {
    border: 1px solid #aaa;
    border-bottom: none;
}

/* * > html #p-cactions li.selected a { border-color: #00bd23; }  */
/* footer icons need a fixed width */
* > html #f-poweredbyico,
/* * > html #f-copyrightico { width: 88px; } */
* > html #bodyContent,
* > html #bodyContent pre {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 25px;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
    display: inline;
    margin-bottom: 0;
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
    float: none;
}
* > html #column-one {
    position: absolute;
    left: 0;
    top: 0;
}
* > html #footer {
    margin-left: 13.2em;
}
.redirectText {
    font-size: 150%;
    margin: 5px;
}

.printfooter {
    display: none;
}

.not-patrolled {
    background-color: #ffa;
}
div.patrollink {
    font-size: 75%;
    text-align: right;
}
span.newpage, span.minor, span.searchmatch {
    font-weight: bold;
}
span.unpatrolled {
    font-weight: bold;
    color: red;
}

span.searchmatch {
    color: red;
}
.sharedUploadNotice {
    font-style: italic;
}

span.updatedmarker {
    color: black;
    background-color: #0f0;
}
span.newpageletter {
    font-weight: bold;
    color: black;
    background-color: yellow;
}
span.minoreditletter {
    color: black;
    background-color: #c5ffe6;
}

table.gallery {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 2px;
    background-color: white;
}

table.gallery tr {
    vertical-align: top;
}

table.gallery td {
    vertical-align: top;
    background-color: #f9f9f9;
    border: solid 2px white;
}

div.gallerybox {
    margin: 2px;
    width:  150px;
}

div.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #ccc;
    margin: 2px;
}

div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-align: center;
	color: #cc0000;
}
.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

li span.deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

table.metadata caption {
	font-weight: bold;
}

table.metadata th {
	font-weight: normal;
}

table.metadata td {
	padding: 0.1em;
}

table.metadata {
	border: none;
	border-collapse: collapse;
}

table.metadata td, table.metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.metadata th {
	background-color: #f9f9f9;
}

table.metadata td {
	background-color: #fcfcfc;
}

/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}


/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {

}

#allmessagestable tr.orig {


#allmessagestable tr.new {

}

#allmessagestable tr.def {

}