Alert.png

Notice: This page contains information for the legacy Phidget21 Library.

Phidget21 is out of support. Bugfixes may be considered on a case by case basis.

Phidget21 does not support VINT Phidgets, or new USB Phidgets released after 2020. We maintain a selection of legacy devices for sale that are supported in Phidget21.

We recommend that new projects be developed against the Phidget22 Library.


Click on the 2phidget22.jpg button in the menu bar to go to the Phidget22 version of this page.

Alert.png

MediaWiki:Common.css: Difference between revisions

From Phidgets Legacy Support
No edit summary
No edit summary
 
(81 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/*
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides the title for specific pages
*/
body.page-Main_Page h1.firstHeading { display:none; }
body.page-RTD_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Temperature_and_Humidity_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Ambient_Temperature_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-IR_Temperature_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Thermocouple_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Temperature_Ad_Landing_Page h1.firstHeading { display:none; }
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides category links at bottom of pages
*/
#catlinks { display: none; }
#mw-normal-catlinks { display: none; }
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides the thumbnail magnify link and the "powered by mediawiki" icon.
*/
.magnify {display: none}
//#footer-poweredbyico { display: none; }
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Makes the level 4 header italic so it looks different from level 3.
*/


@import url("/w/index.php?title=MediaWiki:Common.css/Autocount.css&action=raw&ctype=text/css") screen;
h4{
@import url("/w/index.php?title=MediaWiki:Common.css/Hoverbox.css&action=raw&ctype=text/css") screen;
font-style: italic;
@import url("/w/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/Mboxes.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/Media.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/Multilingual.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/Nav.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/toc.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/References.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/top.css&action=raw&ctype=text/css") screen;
@import url("/w/index.php?title=MediaWiki:Common.css/search.css&action=raw&ctype=text/css") screen;
.PrettyTextBox { background-color:#F9F9F9; color:#000000; border:1px solid #AAAAAA; padding:0.2em; }
.archive-box {
  border: 1px solid #aaaaff;
  background-color: #f2f2f9;
  color: black;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: right;
  text-align: center;
}
}
 
/* Style for horizontal UL lists */
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.horizontal ul, .DPLFlat ul { padding:0em; margin:0em; }
 
.horizontal li, .DPLFlat li { display:inline; padding:0em 0.6em 0em 0.4em; border-right:1px solid #AAA; }
/*////////////////////////////////////////////////////////////////////////////////////////////////////////
.horizontal li:last-child, .DPLFlat li:last-child { border-right:0em; padding-right:0em; }
// The following code enables numberless tables of contents.
// When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers.
/* Style for vertical UL lists */
*/
.vertical ul { list-style:none; padding:0px; margin:0px; }
 
.vertical li { padding:0.6em 0em 0.4em 0em; border-bottom:1px solid #aaaaaa; }
.nonumtoc .tocnumber { display: none; }
.vertical li:last-child { border-bottom:0px; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
/* Add arrows to toggle-blocks for collapsible elements */
    line-height: 1.5em;
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-expanded {
    list-style: none;
padding-left: 20px !important;
    margin: .3em 0 0;
background-image: url('http://upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png');
    padding: 0;
background-repeat: no-repeat;
background-position: center left;
}
}
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-collapsed {
.nonumtoc #toc ul ul,
padding-left: 20px !important;
.nonumtoc .toc ul ul {
background-image: url('http://upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png');
    margin: 0 0 0 2em;  
background-repeat: no-repeat;
background-position: center left;
}
}
 
/* Fixes for portal pages */
/* Allow limiting of which header levels are shown in a TOC;
body.page-Main_Page #deleteconfirm,
  <div class="toclimit-3">, for instance, will limit to
body.page-Main_Page #t-cite,
  showing ==headings== and ===headings=== but no further
body.page-Main_Page #footer-info-lastmod,
  (as long as there are no =headings= on the page, which
body.page-Main_Page #firstHeading,
  there shouldn't be according to the MoS). */
body.page-Wikijunior #deleteconfirm,
.toclimit-2 .toclevel-1 ul,
body.page-Wikijunior #t-cite,
.toclimit-3 .toclevel-2 ul,
body.page-Wikijunior #footer-info-lastmod,
.toclimit-4 .toclevel-3 ul,
body.page-Wikijunior #firstHeading {
.toclimit-5 .toclevel-4 ul,
  display: none;
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
}
body.page-Main_Page h2,
 
body.page-Wikijunior h2 { font-size:16pt; margin:0; padding: 0; border-bottom:0; font-weight: bold; }
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body #siteSub { display: none; }
 
/*//////////////////////////////////////////////////////////////////////////////////////////
/* Fix the background color on the sitenotice */
// Makes the typical source code div container
table#mw-dismissable-notice { background-color: transparent; }
*/
 
/* For template documentation */
div.source {
.template-documentation { clear:both; margin:1em 0em 0em 0em; border: 1px solid #aaddff;  background-color:#eef5ff; padding:1em; }
  background-color: #f3f3f3;  
  /*border-color: #1c9edb;*/
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
  /*Fake border:*/
div.noarticletext { border:none; background:transparent; padding:0px; }
  font-size: 10pt;
  border-color: #555555;  
/* Selectively hide headers in WikiProject banners */
  border-width:2px;  
.wpb .wpb-header            { display: none; }
  border-style: dashed;
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
   padding:6px;
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for other browsers */
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
.nowraplinks a, .nowraplinks .selflink { white-space: nowrap; }
/* Hack to remove comment box for FlaggedRevs, since we seem unable to remove it from configuration. */
#mw-fr-commentbox { display:none; }
/* User block messages */
div.user-block { padding: 5px; margin-bottom: 0.5em; border: 1px solid #A9A9A9; background-color: #FFEFD5; }
/* Keep menus in toolbox from growing too long */
.wikiEditor-ui-toolbar .group .menu .options { height:300px; overflow: auto; }
/* Accessibility experiment: make diff changes not just color-based */
.diffchange { font-weight:bold; background-color: inherit; }
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size:85%; color: inherit; }
/* Show only when printing */
@media screen, projection, handheld {
   .printonly { display: none !important; }
}
}
 
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
/* Hide edit links */
  It scales some text, and not the other. Use none, or fixed percentage instead.
.mw-editsection { display:none!important; }
  Use media selector, because defining a value, overwrites platform defaults. */
.editsection { display:none!important; }
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
  [[Bugzilla:26204]]. */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace, "Courier New" !important;
}
/* Re-bold-en minor and bot edits in contributions, history, recent changes */
abbr.minoredit, abbr.botedit {
  font-weight: bold;
}
#catlinks li {
    padding:0 .3em;
    margin:0;
}
#catlinks li:first-child {
    padding-left:0;
}
*/

Latest revision as of 10:19, 31 October 2016

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides the title for specific pages
*/
body.page-Main_Page h1.firstHeading { display:none; }
body.page-RTD_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Temperature_and_Humidity_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Ambient_Temperature_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-IR_Temperature_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Thermocouple_Ad_Landing_Page h1.firstHeading { display:none; }
body.page-Temperature_Ad_Landing_Page h1.firstHeading { display:none; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides category links at bottom of pages 
*/
#catlinks { display: none; }
#mw-normal-catlinks { display: none; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Hides the thumbnail magnify link and the "powered by mediawiki" icon.
*/
.magnify {display: none}
//#footer-poweredbyico { display: none; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// Makes the level 4 header italic so it looks different from level 3. 
*/

h4{
font-style: italic;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////
// The following code enables numberless tables of contents.
// When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers.
*/

.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////
// Makes the typical source code div container
*/

div.source {
  background-color: #f3f3f3; 
  /*border-color: #1c9edb;*/ 
  /*Fake border:*/
  font-size: 10pt;
  border-color: #555555; 
  border-width:2px; 
  border-style: dashed;
  padding:6px;
}

/* Hide edit links */
.mw-editsection { display:none!important; }
.editsection { display:none!important; }