Difference between revisions of "MediaWiki:Common.css"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
(larger font-size)
Line 3: Line 3:
 
*/
 
*/
  
.hiddenStructure {display: none}
+
/* CSS placed here will affect users of the Vector skin */
 +
/*
 +
#content,
 +
#footer {
 +
    margin-left: 300px;
 +
}
 +
#left-navigation {
 +
    left: 300px;
 +
}
 +
 
 +
div#mw-panel {
 +
width: 300px;
 +
}
 +
*/
 +
 
 +
/* div#footer, #mw-head-base, div#content { margin-left: 12em; } */
 +
 
 +
/* left-navigation { margin-left: 12em; } */
 +
 
 +
/*
 +
#left-navigation {
 +
  left: 14em;
 +
}
 +
*/
 +
 
 +
 
 +
/* #mw-panel { padding-left: 300px; } */ /* Reduces sidebar padding on the left. */
 +
/* div#mw-panel div.portal { margin-left: 300px; margin-right: 300px; } */ /* Reduces sidebar margins. */
 +
/* div#mw-panel div.portal div.body { margin-left: 300px; } */ /* Reduces left margin of sidebar toolbox */
 +
 
 +
/*
 +
#mw-head-base,
 +
div#content,
 +
div#footer {
 +
  margin-left: 300px;
 +
}
 +
*/
 +
 
 +
body { font-size: larger; }
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 +
 
 +
body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading {
 +
      display: none;
 +
}
 +
 
 +
body.page-Main_Page h1.firstHeading {
 +
      display: none;
 +
}
 +
 
 +
body.page-Main_Page h1.firstHeading { display:none; }
 +
 
 +
 
 +
 
 +
.c12 {
 +
  color: green;
 +
  font-size:0.80em;
 +
  font-style:italic;
 +
}
 +
 
 +
.mw-some-element {
 +
background-color: #fff;
 +
color: #222;
 +
float: right;
 +
font-family: 'Arial', 'Helvetica', sans-serif;
 +
text-align: left;
 +
transform: scale( 1.2 );
 +
}
 +
.center {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  width: 50%;
 +
}
 +
 
 +
twitter-widget-0 {
 +
      width: 100% !important;
 +
}
 +
 
 +
.timeline {
 +
  max-width: 100% !important;
 +
  width: 100% !important;
 +
}
 +
 
 +
 
 +
#twitter-timeline {
 +
      width: 100% !important;
 +
}
 +
/* CSS placed here applies to all skins */
 +
 
 +
/* Load Wikipedia.css first */
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Wikipedia.css&action=raw&ctype=text/css") screen;
 +
 
 +
/* Then override Wikipedia styles with locally defined styles */
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Collapse.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Navigation.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Colors.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Fonts.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Glam.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/MediaIcons.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Messages.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Slideshows.css&action=raw&ctype=text/css") screen;
 +
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/addin-mooc.css&action=raw&ctype=text/css") screen;
 +
 
 +
.same-bg { background: none }
 +
 
 +
/* for Chinese, Japanese and Korean text words are not broken. Otherwise this is the same as normal */
 +
.mw-body-content { word-break: keep-all; }
 +
 
 +
/* References */
 +
.references { font-size:90%; }
 +
.references li:target, .reference:target, .citation:target { background-color: #DDEEFF }
 +
.reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; }
 +
 
 +
/* Category tree */
 +
#mw-subcategories ul { list-style: none none; margin-left: 0.25em; }
 +
.CategoryTreeChildren { margin-left: 1.25em; }
  
.if {display: none}
+
/* prettytable class for skinning normal tables */
 +
table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; }
 +
table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; }
 +
table.prettytable th { background:#f2f2f2; text-align:center; }
 +
table.prettytable caption { margin-left:inherit; margin-right:inherit; }
  
 +
table.table { border-spacing:0em 0.5em; }
 +
table.table tr>td { padding:0.25em 1em; }
 +
table.table tr.even { background:#ddddff; }
 +
table.table tr.odd { background:#ccccff; }
  
/* wikitable/prettytable class for skinning normal tables */
+
/* Style for "notices" */
 +
.notice { text-align: justify; margin:1em; padding:0.2em; }
  
table.wikit,
+
/* Choose whether to have AD/BC dates or CE/BCE dates */
table.prettytable {
+
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
  margin: 1em 1em 1em 0;
+
.Use_Default_Date_Convention { display: inline; }
  background: #f9f9f9;
+
.Use_AD_and_BC  { display: none; } /* display:inline; in your skin for AD and BC. */
  border: 1px #aaaaaa solid;
+
.Use_BCE_and_CE { display: none; } /* display:inline; in your skin for CE and BCE. */
   border-collapse: collapse;
+
 
 +
/* Content in columns with CSS instead of tables [[Template:Columns]] */
 +
div.columns-2 div.column { float:left; width:50%; min-width:300px; }
 +
div.columns-3 div.column { float:left; width:33%; min-width:200px; }
 +
div.columns-4 div.column { float:left; width:25%; min-width:150px; }
 +
div.columns-5 div.column { float:left; width:20%; min-width:120px; }
 +
 
 +
/* Put a checker background at the image description page only visible if the image has transparent background */
 +
#file img { background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
 +
 
 +
/* Show only when printing */
 +
@media screen, projection, handheld {
 +
   .printonly { display: none !important; }
 
}
 
}
  
table.wikit th, table.wikit td,
+
/* "warning" messages. */
table.prettytable th, table.prettytable td {
+
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon {
   border: 1px #aaaaaa solid;
+
   clear:both; margin: 0.2em 0em; border:1px solid #bb7070; background:#ffdbdb; padding:0.25em 0.9em;
  padding: 0.2em;
 
 
}
 
}
  
table.wikit th,
+
/* Pie chart test: Transparent borders */
table.prettytable th {
+
.transborder {
  background: #f2f2f2;
+
    border: solid transparent;
  text-align: center;
+
}
 +
* html .transborder { /* IE6 */
 +
    border: solid #000001;
 +
    filter: chroma(color=#000001);
 
}
 
}
  
table.wikit caption,
+
.center {
table.prettytable caption {
+
  display: block;
   margin-left: inherit;
+
   margin-left: auto;
   margin-right: inherit;
+
   margin-right: auto;
 +
  width: 50%;
 +
}
 +
/* "system" messages. Used in [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
 +
div.mw-lag-warn-normal, div.noarticletext, div.fmbox-system {
 +
  clear:both; margin:0.2em 0em; border:1px solid #aaaaaa; background:#f9f9f9; padding:0.25em 0.9em;
 
}
 
}
  
 +
tt, code, pre, .mw-geshi { font-family: monospace, "DejaVu Sans Mono", "Courier New" !important; font-size:100%; }
  
 +
/* Documentation */
 +
.template-documentation { clear:both; margin:1em 0em 0em 0em; padding:1em; }
  
table.wikitable,
+
/* Prevent line breaks in silly places:
table.prettytable {
+
  1) Where desired
   margin: 1em 1em 1em 0;
+
  2) Links when we don't want them to
  background: #f9f9f9;
+
  3) Bold "links" to the page itself */
  border: 1px #aaaaaa solid;
+
.nowrap,
   border-collapse: collapse;
+
.nowraplinks a,
 +
.nowraplinks .selflink {
 +
   white-space: nowrap;
 +
}
 +
.nowrap pre {
 +
   white-space: pre;
 
}
 
}
  
table.wikitable th, table.wikitable td,
+
/* Selectively hide table of contents auto-numbering, per https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */
table.prettytable th, table.prettytable td {
+
.noautonum .tocnumber {  
   border: 1px #aaaaaa solid;
+
   display: none;  
  padding: 0.2em;
 
 
}
 
}
  
table.wikitable th,
+
/* Table of contents alternative formatting */
table.prettytable th {
+
.tocplain #toc {
  background: #f2f2f2;
+
    border: none;
  text-align: center;
+
    background: none;
 
}
 
}
  
table.wikitable caption,
+
.tocplain .toctitle {
table.prettytable caption {
+
    text-align: left;
  margin-left: inherit;
 
  margin-right: inherit;
 
 
}
 
}
  
.allpagesredirect {
+
/* Opposite of nomobile class. Paired with definition in MediaWiki:Mobile.css */
  font-style: italic;
+
.onlymobile {
 +
    display: none;
 
}
 
}
  
/* Infobox template style */
 
  
.infobox {
+
blockquote.twitter-tweet {
  border: 1px solid #aaaaaa;
+
  display: inline-block;
  background-color: #f9f9f9;
+
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  color: black;
+
  font-size: 12px;
  margin-bottom: 0.5em;
+
  font-weight: bold;
  margin-left: 1em;
+
  line-height: 16px;
  padding: 0.2em;
+
  border-color: #eee #ddd #bbb;
  float: right;
+
  border-radius: 5px;
  clear: right;
+
  border-style: solid;
 +
  border-width: 1px;
 +
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 +
  margin: 10px 5px;
 +
  padding: 0 16px 16px 16px;
 +
  max-width: 468px;
 
}
 
}
.infobox td,
+
 
.infobox th {
+
blockquote.twitter-tweet p {
  vertical-align: top;
+
  font-size: 16px;
 +
  font-weight: normal;
 +
  line-height: 20px;
 
}
 
}
.infobox caption {
+
 
  font-size: larger;
+
blockquote.twitter-tweet a {
  margin-left: inherit;
+
  color: inherit;
 +
  font-weight: normal;
 +
  text-decoration: none;
 +
  outline: 0 none;
 
}
 
}
.infobox.bordered {
+
 
  border-collapse: collapse;
+
blockquote.twitter-tweet a:hover,
 +
blockquote.twitter-tweet a:focus {
 +
  text-decoration: underline;
 
}
 
}
.infobox.bordered td,
+
 
.infobox.bordered th {
+
.twitter-timeline {
  border: 1px solid #aaaaaa;
+
  display: inline-block;
 +
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
 +
  font-size: 10px;
 +
  font-weight: bold;
 +
  line-height: 16px;
 +
  border-color: #eee #ddd #bbb;
 +
  border-radius: 5px;
 +
  border-style: solid;
 +
  border-width: 1px;
 +
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 +
  margin: 10px 5px;
 +
  padding: 0 16px 16px 16px;
 +
  max-width: 468px;
 
}
 
}
.infobox.bordered .borderless td,
+
 
.infobox.bordered .borderless th {
+
 
  border: 0;
+
blockquote.twitter-timeline {
 +
  display: inline-block;
 +
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
 +
  font-size: 12px;
 +
  font-weight: bold;
 +
  line-height: 16px;
 +
  border-color: #eee #ddd #bbb;
 +
  border-radius: 5px;
 +
  border-style: solid;
 +
  border-width: 1px;
 +
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 +
  margin: 10px 5px;
 +
  padding: 0 16px 16px 16px;
 +
  max-width: 468px;
 
}
 
}
  
.infobox.sisterproject {
+
blockquote.twitter-timeline p {
  width: 20em;
+
  font-size: 16px;
  font-size: 90%;
+
  font-weight: normal;
 +
  line-height: 20px;
 
}
 
}
  
/* Removes useless links from printout */
+
blockquote.twitter-timeline a {
@media print {
+
  color: inherit;
    #privacy, #about, #disclaimer {display:none;}
+
  font-weight: normal;
 +
  text-decoration: none;
 +
  outline: 0 none;
 
}
 
}
  
.plainlinksneverexpand a {background: none !important; padding: 0 !important}
+
blockquote.twitter-timeline a:hover,
 +
blockquote.twitter-timeline a:focus {
 +
  text-decoration: underline;
 +
}
  
/* log formatting */
+
#twitter_update_list {
.logtable pre {
+
font-size: 13px;
margin:0;
+
line-height: 21px;
padding:0;
+
list-style: none;
border:0;
+
}
 +
#twitter_update_list li {
 +
background: url('images/twitter-divider.gif') bottom left repeat-x;
 +
padding-bottom: 7px;
 +
margin-bottom: 9px;
 +
}
 +
#twitter_update_list span, #twitter_update_list span a {
 +
color: #ababab;
 +
text-decoration: none;
 +
}
 +
#twitter_update_list a {
 +
color: #6f7276;
 +
}
 +
 
 +
.timeline-Tweet-text {
 +
    margin-left: 40px;
 +
    margin-bottom: 11px;
 +
    font-size: 8px;
 +
    line-height: 18px;
 +
    font-weight: 400;
 +
    white-space: pre-wrap;
 +
    word-wrap: break-word;
 +
}
 +
 
 +
p.timeline-Tweet-text {
 +
    margin-left: 40px;
 +
    margin-bottom: 11px;
 +
    font-size: 8px;
 +
    line-height: 18px;
 +
    font-weight: 400;
 +
    white-space: pre-wrap;
 +
    word-wrap: break-word;
 +
}
 +
 
 +
 
 +
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
 +
    font-size: 18px;
 +
    line-height: 24px;
 +
    font-weight: 300;
 +
}
 +
 
 +
/**
 +
* News-Bulletins Css
 +
* @version 2008-07-11
 +
* @author ruggerit
 +
* @location MediaWiki:Common.css
 +
*/
 +
 
 +
.news-bulletin {
 +
  border: 1px solid #000;
 +
  background-color: #ddd;
 +
  padding:5px;
 +
  width:300px;
 +
  text-align:left;
 +
}
 +
 
 +
.news-bulletin-header {
 +
  font-size:14px;
 +
  padding:3px;
 +
  text-decoration:underline;
 +
  font-style:italic;
 +
  font-weight:bold;
 
}
 
}
  
/*
+
.news-bulletin-title {
</pre>
+
  font-weight:bold;
*/
+
  font-size:13px;
 +
}
 +
 
 +
.news-bulletin-title a{
 +
  color:#000;
 +
}
 +
.news-bulletin-title a:visited{
 +
  color:#000;
 +
}
  
.tagcloud {
+
.news-bulletin-text {
width: 98%;
+
  font-size:12px;
text-align: center;
+
  padding-left:5px;
background-color: #FDFDFD;
 
border: 1px solid #EEEEEE;
 
padding: 15px 10px 15px 10px;
 
 
}
 
}
.tagcloud a {
+
 
color: #3a5896;
+
.news-bulletin-time {
margin-left: 10px;
+
  font-size:10px;
margin-right: 10px;
+
  font-style:italic;
font-weight: bold;
+
  text-align:right;
 
}
 
}

Revision as of 14:01, 7 June 2019

/*
<pre>
*/

/* CSS placed here will affect users of the Vector skin */
/*
#content,
#footer {
    margin-left: 300px;
}
#left-navigation {
    left: 300px;
}

div#mw-panel { 
width: 300px; 
} 
*/

/* div#footer, #mw-head-base, div#content { margin-left: 12em; } */

/* left-navigation { margin-left: 12em; } */

/*
#left-navigation {
  left: 14em;
}
*/


/* #mw-panel { padding-left: 300px; } */ /* Reduces sidebar padding on the left. */
/* div#mw-panel div.portal { margin-left: 300px; margin-right: 300px; } */ /* Reduces sidebar margins. */
/* div#mw-panel div.portal div.body { margin-left: 300px; } */ /* Reduces left margin of sidebar toolbox */

/*
#mw-head-base,
div#content,
div#footer {
  margin-left: 300px;
}
*/

body { font-size: larger; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading {
      display: none;
}

body.page-Main_Page h1.firstHeading { 
      display: none; 
}

body.page-Main_Page h1.firstHeading { display:none; }



.c12 {
  color: green;
  font-size:0.80em;
  font-style:italic;
}

.mw-some-element {
	background-color: #fff;
	color: #222;
	float: right;
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-align: left;
	transform: scale( 1.2 );
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

twitter-widget-0 { 
      width: 100% !important; 
}

.timeline {
  max-width: 100% !important;
  width: 100% !important;
}


#twitter-timeline { 
      width: 100% !important; 
}
/* CSS placed here applies to all skins */

/* Load Wikipedia.css first */
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Wikipedia.css&action=raw&ctype=text/css") screen;

/* Then override Wikipedia styles with locally defined styles */
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Collapse.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Navigation.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Colors.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Fonts.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Glam.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/MediaIcons.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Messages.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/Slideshows.css&action=raw&ctype=text/css") screen;
@import url("https://en.wikiversity.org/w/index.php?title=MediaWiki:Common.css/addin-mooc.css&action=raw&ctype=text/css") screen;

.same-bg { background: none }

/* for Chinese, Japanese and Korean text words are not broken. Otherwise this is the same as normal */
.mw-body-content { word-break: keep-all; }

/* References */
.references { font-size:90%; }
.references li:target, .reference:target, .citation:target { background-color: #DDEEFF }
.reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; }

/* Category tree */
#mw-subcategories ul { list-style: none none; margin-left: 0.25em; }
.CategoryTreeChildren { margin-left: 1.25em; }

/* prettytable class for skinning normal tables */
table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; }
table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; }
table.prettytable th { background:#f2f2f2; text-align:center; }
table.prettytable caption { margin-left:inherit; margin-right:inherit; }

table.table { border-spacing:0em 0.5em; }
table.table tr>td { padding:0.25em 1em; }
table.table tr.even { background:#ddddff; }
table.table tr.odd { background:#ccccff; }

/* Style for "notices" */
.notice { text-align: justify; margin:1em; padding:0.2em; }

/* Choose whether to have AD/BC dates or CE/BCE dates */
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC  { display: none; } /* display:inline; in your skin for AD and BC. */
.Use_BCE_and_CE { display: none; } /* display:inline; in your skin for CE and BCE. */

/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column { float:left; width:50%; min-width:300px; }
div.columns-3 div.column { float:left; width:33%; min-width:200px; }
div.columns-4 div.column { float:left; width:25%; min-width:150px; }
div.columns-5 div.column { float:left; width:20%; min-width:120px; }

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img { background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }

/* Show only when printing */
@media screen, projection, handheld {
  .printonly { display: none !important; }
}

/* "warning" messages. */
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon {
  clear:both; margin: 0.2em 0em; border:1px solid #bb7070; background:#ffdbdb; padding:0.25em 0.9em;
}

/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* "system" messages. Used in [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal, div.noarticletext, div.fmbox-system {
  clear:both; margin:0.2em 0em; border:1px solid #aaaaaa; background:#f9f9f9; padding:0.25em 0.9em;
}

tt, code, pre, .mw-geshi { font-family: monospace, "DejaVu Sans Mono", "Courier New" !important; font-size:100%; }

/* Documentation */
.template-documentation { clear:both; margin:1em 0em 0em 0em; padding:1em; }

/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink {
  white-space: nowrap;
}
.nowrap pre {
  white-space: pre;
}

/* Selectively hide table of contents auto-numbering, per https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */
.noautonum .tocnumber { 
  display: none; 
}

/* Table of contents alternative formatting */
.tocplain #toc {
    border: none;
    background: none;
}

.tocplain .toctitle {
    text-align: left;
}

/* Opposite of nomobile class. Paired with definition in MediaWiki:Mobile.css */
.onlymobile {
    display: none;
}


blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.twitter-timeline {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}


blockquote.twitter-timeline {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-timeline p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-timeline a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-timeline a:hover,
blockquote.twitter-timeline a:focus {
  text-decoration: underline;
}

#twitter_update_list {
	font-size: 13px;
	line-height: 21px;
	list-style: none;
	}
#twitter_update_list li {
	background: url('images/twitter-divider.gif') bottom left repeat-x;
	padding-bottom: 7px;
	margin-bottom: 9px;
	}
#twitter_update_list span, #twitter_update_list span a {
	color: #ababab;
	text-decoration: none;
	}
#twitter_update_list a {
	color: #6f7276;
	}

.timeline-Tweet-text {
    margin-left: 40px;
    margin-bottom: 11px;
    font-size: 8px;
    line-height: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

p.timeline-Tweet-text {
    margin-left: 40px;
    margin-bottom: 11px;
    font-size: 8px;
    line-height: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

/**
 * News-Bulletins Css
 * @version 2008-07-11
 * @author ruggerit
 * @location MediaWiki:Common.css
 */

.news-bulletin {
  border: 1px solid #000;
  background-color: #ddd;
  padding:5px;
  width:300px;
  text-align:left;
}

.news-bulletin-header {
  font-size:14px;
  padding:3px;
  text-decoration:underline;
  font-style:italic;
  font-weight:bold;
}

.news-bulletin-title {
  font-weight:bold;
  font-size:13px;
}

.news-bulletin-title a{
  color:#000;
}
.news-bulletin-title a:visited{
  color:#000;
}

.news-bulletin-text {
  font-size:12px;
  padding-left:5px;
}

.news-bulletin-time {
  font-size:10px;
  font-style:italic;
  text-align:right;
}