Changes

Jump to navigation Jump to search
98 bytes added ,  16:21, 15 September 2017
remove extra underline on abbr
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
    +
.mw-editsection {
 +
  float: right;
 +
}
 +
.mw-editsection-bracket {
 +
  color: #AAA;
 +
}
 
span.OpenID {
 
span.OpenID {
   background: url(http://wiki.sugarlabs.org/extensions/OpenID/skin/icons/openid-inputicon.png) no-repeat 0% 0%;
+
   background: url(/extensions/OpenID/skin/icons/openid-inputicon.png) no-repeat 0% 0%;
 
   padding-left: 20px;
 
   padding-left: 20px;
 
   text-transform: none;
 
   text-transform: none;
 
}
 
}
 
+
.openid_small_btn:hover {
 +
  border-bottom: 1px solid black;
 +
}
 +
.openid_large_btn:hover,
 +
.openid_selected:hover,
 +
#userloginForm a:hover {
 +
  border-bottom: 2px solid black;
 +
}
 
pre {
 
pre {
 
   background-color: #fbfbfb;
 
   background-color: #fbfbfb;
Line 35: Line 48:  
   margin-left: 0px;
 
   margin-left: 0px;
 
}
 
}
abbr, acronym, .explain {
+
abbr[title], acronym, .explain[title] {
   border-bottom: 1px dashed Grey;       
+
   cursor: url(/images/f/fe/HelpSmall.cur), help;       
   cursor: url(http://wiki-devel.sugarlabs.org/images/4/48/Help.cur), help;    
+
}
 +
map area,
 +
div.locallink a,
 +
span.locallink a,
 +
span.locallink a:hover,
 +
.mw-ui-checkbox-label,
 +
.mw-ui-button {
 +
   cursor: url(/images/f/fc/PointerSmall.cur), pointer;  
 
}
 
}
 +
div.weblink a,
 +
span.weblink a,
 +
span.weblink a:hover,
 
#footer a.external:hover,
 
#footer a.external:hover,
 
#footer-icons li a:hover,
 
#footer-icons li a:hover,
Line 45: Line 68:  
div#f-poweredbyico a:hover,
 
div#f-poweredbyico a:hover,
 
div#f-copyrightico a:hover  {
 
div#f-copyrightico a:hover  {
   cursor: url(http://wiki-devel.sugarlabs.org/images/8/85/Web.cur), pointer;
+
   cursor: url(/images/3/31/WebSmall.cur), pointer;
 
}
 
}
 
#content a[href ^="http://flossmanuals.net"],
 
#content a[href ^="http://flossmanuals.net"],
Line 66: Line 89:  
}
 
}
   −
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
+
span.mw-collapsible-toggle { float: left; }
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
  −
font-weight: normal; /* are styled here so they can be customised.              */
  −
text-align: right;
  −
width: auto;
  −
}
      
/* When <div class="numtoc"> is used on the table of contents,
 
/* When <div class="numtoc"> is used on the table of contents,
Line 79: Line 97:  
   edited to default to float on the right with nonumbers 26 July 2010
 
   edited to default to float on the right with nonumbers 26 July 2010
 
  */
 
  */
table.toc {
+
.toc {
 
   float: right;
 
   float: right;
 
   clear: right;
 
   clear: right;
Line 141: Line 159:     
/*
 
/*
  * The following styles have been imported from [http://www.mediawiki.org/wiki/MediaWiki:Common.css] for [[Template:Mbox]] and related templates -- [[User:Bernie]]
+
  * The following styles have been imported from [[MediaWiki:Common.css]] for [[Template:Mbox]] and related templates -- [[User:Bernie]]
 
  */
 
  */
  

Navigation menu