Línea 1: |
Línea 1: |
− | /* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
| |
| | | |
− | body.page-Bienvenidos_al_Currículum_Nacional_Base h1.firstHeading { display:none; }
| + | Personal tools |
| | | |
− | <-- page-Main_Page -->
| + | Log in / create account |
| + | |
| + | This Might Be A Wiki |
| + | The TMBG Knowledge Base |
| + | MediaWiki:Common.css |
| + | |
| + | Note: After saving, you have to bypass your browser's cache to see the changes. |
| + | Firefox and Opera: hold down the Shift key while clicking Reload. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Chrome and Safari users can just click the Reload button. |
| + | |
| + | /** CSS placed here will be applied to all skins */ |
| + | |
| + | /* Styling links to theymightbegiants.com */ |
| + | #bodyContent a[href ^="http://theymightbegiants.com"],#bodyContent a[href ^="http://www.theymightbegiants.com"]{background:url(/wiki/images/6/65/Theymightbegiantsdotcom_8bit.png) center left no-repeat !important;padding-left:20px !important;padding-right:0px !important;} |
| + | |
| + | /* this can be used in the content area to switch off special external link styling */ |
| + | #bodyContent .plainlinks a{background:none !important;padding-left:0px !important;padding-right:0px !important;} |
| + | |
| + | .DASgreen{background:url(/wiki/images/8/8f/DAS_green.gif) no-repeat top right;} |
| + | .DASred {background:url(/wiki/images/4/4b/DAS_red.gif) no-repeat top right;} |
| + | |
| + | /* Album Info template shadow */ |
| + | .wrap1,.wrap2,.wrap3{display:inline-table; /* \*/display:block;/**/ } |
| + | .wrap1{background:url(/images/shadow.gif) right bottom no-repeat;} |
| + | .wrap2{background:url(/images/corner_bl.gif) -12px 100% no-repeat;} |
| + | .wrap3{padding:0 9px 9px 0;background:url(/images/corner_tr.gif) 100% -12px no-repeat;} |
| + | |
| + | table#userboxes{float:right;margin:0 0 1ex 1em;width:242px;border:1px solid #333;clear:right;} |
| + | |
| + | .albuminfotable{position:static;width:100%;margin:.4em 0 0 .4em;clear:both;border-top:2px solid;border-left:3px solid;border-right:3px solid;border-bottom:4px solid;} |
| + | .albuminfotable .albuminfotitle{font-weight:bold;text-align:right;} |
| + | |
| + | div#toggle |
| + | { display: none; } |
| + | |
| + | .editsection { |
| + | float: right; |
| + | margin-left: 5px; |
| + | } |
| + | |
| + | .popup{ |
| + | position: relative; |
| + | z-index: 0; |
| + | } |
| + | |
| + | .popup:hover{ |
| + | background-color: transparent; |
| + | z-index: 50; |
| + | } |
| + | |
| + | .popup span{ /*CSS for popup*/ |
| + | position: absolute; |
| + | background-color: #D7F4F6; |
| + | opacity: .9; |
| + | padding: 5px; |
| + | left: -1000px; |
| + | width: 230px; |
| + | border: 1px solid #A9C6C8; |
| + | display: none; |
| + | visibility: hidden; |
| + | color: black; |
| + | text-align: left; |
| + | text-decoration: none; |
| + | } |
| + | |
| + | .popup span img{ /*CSS for image in popup*/ |
| + | border-width: 0; |
| + | padding: 2px; |
| + | } |
| + | |
| + | .popup:hover span{ /*CSS for popup on hover*/ |
| + | display: block; |
| + | visibility: visible; |
| + | top: 18px; |
| + | left: -210px; /*position where popup should offset horizontally */ |
| + | } |
| + | |
| + | table.credits {width:auto;border:none;border-collapse:collapse; border-spacing:0;} |
| + | table.credits td{padding-right:2px;min-width:6em;font-weight:bold;vertical-align:top;} |
| + | table.credits td+td{padding:0 0 0 2px;font-weight:normal;vertical-align:bottom;} |
| + | |
| + | .charthover{ |
| + | position: relative; |
| + | z-index: 0; |
| + | } |
| + | |
| + | .charthover:hover{ |
| + | /*background-color: transparent;*/ |
| + | z-index: 50; |
| + | } |
| + | |
| + | .charthover span{ /*CSS for popup*/ |
| + | position: absolute; |
| + | background-color: #FFFFFF; |
| + | padding: 5px; |
| + | left: -1000px; |
| + | width: 360px; |
| + | border: 1px solid #A9C6C8; |
| + | display: none; |
| + | color: black; |
| + | } |
| + | |
| + | .charthover span img{ /*CSS for image in popup*/ |
| + | border-width: 0; |
| + | padding: 2px; |
| + | } |
| + | |
| + | .charthover:hover span{ /*CSS for popup on hover*/ |
| + | display: block; |
| + | top: 18px; |
| + | left: -125px; /*position where popup should offset horizontally */ |
| + | } |
| + | |
| + | /* |
| + | ** Diff rendering - http://en.wikipedia.org/skins-1.5/common/diff.css?132 |
| + | */ |
| + | td.diff-otitle, |
| + | td.diff-ntitle { |
| + | text-align: center; |
| + | line-height:1.4em; |
| + | } |
| + | td.diff-marker { |
| + | text-align: right; |
| + | } |
| + | .rtl td.diff-marker { |
| + | text-align: left; |
| + | } |
| + | td.diff-lineno { |
| + | font-weight: bold; |
| + | } |
| + | table.diff { |
| + | border: none; |
| + | width: 98%; |
| + | border-spacing: 4px; |
| + | |
| + | /* Fixed layout is required to ensure that cells containing long URLs |
| + | don't widen in Safari, Internet Explorer, or iCab */ |
| + | table-layout: fixed; |
| + | } |
| + | table.diff td { |
| + | padding: 0; |
| + | } |
| + | table.diff col.diff-marker { |
| + | width: 2%; |
| + | } |
| + | table.diff col.diff-content { |
| + | width: 48%; |
| + | } |
| + | table.diff td div { |
| + | /* Force-wrap very long lines such as URLs or page-widening char strings. |
| + | CSS 3 draft..., but Gecko doesn't support it yet: |
| + | https://bugzilla.mozilla.org/show_bug.cgi?id=99457 */ |
| + | word-wrap: break-word; |
| + | |
| + | /* As fallback, scrollbars will be added for very wide cells |
| + | instead of text overflowing or widening */ |
| + | overflow-y:auto; /* hides vertical scroll bar */ |
| + | overflow-x:auto; /* hides horizontal scroll bar */ |
| + | |
| + | /* The above rule breaks on very old versions of Mozilla due |
| + | to a bug which collapses the table cells to a single line. |
| + | |
| + | In Mozilla 1.1 and below with JavaScript enabled, the rule |
| + | will be overridden with this by diff.js; wide cell contents |
| + | then spill horizontally without widening the rest of the |
| + | table: */ |
| + | /* overflow: visible; */ |
| + | line-height:1.6em; |
| + | } |
| + | |
| + | .discogdetail{ |
| + | position: relative; |
| + | z-index: 0; |
| + | } |
| + | |
| + | .discogdetail:hover{ |
| + | /*background-color: transparent;*/ |
| + | z-index: 50; |
| + | } |
| + | |
| + | .discogdetail span{ /*CSS for popup*/ |
| + | position: absolute; |
| + | background-color: #D7F4F6; |
| + | padding: 5px; |
| + | left: -1000px; |
| + | /*width: 360px;*/ |
| + | border: 1px solid #A9C6C8; |
| + | display: none; |
| + | color: black; |
| + | } |
| + | |
| + | .discogdetail span img{ /*CSS for image in popup*/ |
| + | border-width: 0; |
| + | padding: 2px; |
| + | } |
| + | |
| + | .discogdetail:hover span{ /*CSS for popup on hover*/ |
| + | display: block; |
| + | top: 18px; |
| + | left: -125px; /*position where popup should offset horizontally */ |
| + | } |
| + | |
| + | /* Special:Statistics */ |
| + | table.mw-statistics-table,table.mw_metadata{border:none;border-collapse:collapse;border-spacing:0;margin:1.5em auto;} |
| + | table.mw-statistics-table tr,table.mw_metadata tr{border:none;} |
| + | table.mw-statistics-table tr+tr,table.mw_metadata tr+tr{border-top:1px solid #A9C6C8;} |
| + | table.mw-statistics-table td,table.mw-statistics-table th,table.mw_metadata td,table.mw_metadata th{padding:2px 5px;border:none;line-height:1.5em;} |
| + | table.mw-statistics-table td+td,table.mw-statistics-table th+th,table.mw_metadata td+td,table.mw_metadata th+th{border:none;border-left:1px solid #A9C6C8;} |
| + | table.mw-statistics-table th,table.mw-statistics-table .header,table.mw_metadata th{font-weight:bold;text-align:center;} |
| + | |
| + | |
| + | |
| + | .os-suggest { |
| + | overflow: auto; |
| + | overflow-x: hidden; |
| + | position: absolute; |
| + | top: 0px; |
| + | left: 0px; |
| + | width: 0px; |
| + | background-color: white; |
| + | background-color: Window; |
| + | border-style: solid; |
| + | border-color: #AAAAAA; |
| + | border-width: 1px; |
| + | z-index:99; |
| + | visibility:hidden; |
| + | font-size:95%; |
| + | } |
| + | |
| + | table.os-suggest-results { |
| + | font-size: 95%; |
| + | cursor: pointer; |
| + | border: 0; |
| + | border-collapse: collapse; |
| + | width: 100%; |
| + | } |
| + | |
| + | td.os-suggest-result, td.os-suggest-result-hl { |
| + | white-space: nowrap; |
| + | background-color: white; |
| + | background-color: Window; |
| + | color: black; |
| + | color: WindowText; |
| + | padding: 2px; |
| + | } |
| + | td.os-suggest-result-hl, |
| + | td.os-suggest-result-hl-webkit { |
| + | background-color: #4C59A6; |
| + | color: white; |
| + | } |
| + | td.os-suggest-result-hl { |
| + | /* System colors are misimplemented in Safari 3.0 and earlier, |
| + | making highlighted text illegible... */ |
| + | background-color: Highlight; |
| + | color: HighlightText; |
| + | } |
| + | |
| + | .os-suggest-toggle { |
| + | position: relative; |
| + | left: 1ex; |
| + | font-size: 65%; |
| + | } |
| + | .os-suggest-toggle-def { |
| + | position: absolute; |
| + | top: 0px; |
| + | left: 0px; |
| + | font-size: 65%; |
| + | visibility: hidden; |
| + | } |
| + | |
| + | pre { |
| + | word-wrap: break-word; |
| + | overflow: auto; |
| + | } |
| + | |
| + | .eBayBox{ |
| + | background-color: #BEECF0; |
| + | -moz-border-radius-topleft: 15px; |
| + | -moz-border-radius-topright: 15px; |
| + | -moz-border-radius-bottomright: 15px; |
| + | -moz-border-radius-bottomleft: 15px; |
| + | -webkit-border-top-left-radius: 15px; |
| + | -webkit-border-top-right-radius: 15px; |
| + | -webkit-border-bottom-left-radius: 15px; |
| + | -webkit-border-bottom-right-radius: 15px; |
| + | padding: 1px 18px 20px; |
| + | height: 95%; |
| + | } |
| + | |
| + | .eBayBox table{background-color: inherit;} |
| + | |
| + | .f-poweredbyico {display:none;} |
| + | |
| + | /* Search Styling (copied from monobook's print css) */ |
| + | .mw-search-results{margin-left:0.4em}.mw-search-results li{padding-bottom:1em;list-style:none;list-style-image:none}.mw-search-results li a{font-size:108%}.mw-search-result-data{color:green;font-size:97%}.mw-search-formheader{background-color:#f3f3f3;margin-top:1em;border:1px solid silver}.mw-search-formheader div.search-types{float:left;padding-left:0.25em}.mw-search-formheader div.search-types ul{margin:0 !important;padding:0 !important;list-style:none !important}.mw-search-formheader div.search-types ul li{float:left;margin:0;padding:0}.mw-search-formheader div.search-types ul li a{display:block;padding:0.5em}.mw-search-formheader div.search-types ul li.current a{color:#333333;cursor:default}.mw-search-formheader div.search-types ul li.current a:hover{text-decoration:none}.mw-search-formheader div.results-info{float:right;padding:0.5em;padding-right:0.75em}.mw-search-formheader div.results-info ul{margin:0 !important;padding:0 !important;list-style:none !important}.mw-search-formheader div.results-info ul li{float:right;margin:0;padding:0}fieldset#mw-searchoptions{margin:0;padding-left:0.75em !important;padding-right:0.75em !important;padding-bottom:0.5em !important;padding-top:0.5em !important;border:none;background-color:#f9f9f9;border:1px solid silver !important;border-top-width:0 !important}fieldset#mw-searchoptions legend{display:none}fieldset#mw-searchoptions h4{padding:0;margin:0;float:left}fieldset#mw-searchoptions div#mw-search-togglebox{float:right}fieldset#mw-searchoptions div#mw-search-togglebox label{margin-right:0.25em}fieldset#mw-searchoptions div#mw-search-togglebox input{margin-left:0.25em}fieldset#mw-searchoptions table{float:left;margin-right:3em}fieldset#mw-searchoptions table td{padding-right:1em}fieldset#mw-searchoptions div.divider{clear:both;border-bottom:1px solid #DDDDDD;padding-top:0.5em;margin-bottom:0.5em}td#mw-search-menu{padding-left:6em;font-size:85%}div#mw-search-interwiki{float:right;width:18em;border-style:solid;border-color:#AAAAAA;border-width:1px;margin-top:2ex}div#mw-search-interwiki li{font-size:95%}.mw-search-interwiki-more{float:right;font-size:90%}div#mw-search-interwiki-caption{text-align:center;font-weight:bold;font-size:95%}.mw-search-interwiki-project{font-size:97%;text-align:left;padding-left:0.2em;padding-right:0.15em;padding-bottom:0.2em;padding-top:0.15em;background-color:#ececec;border-top:1px solid #BBBBBB}span.searchalttitle{font-size:95%}div.searchdidyoumean{font-size:127%;margin-top:0.8em; color:#c00}div.searchdidyoumean em{font-weight:bold}.searchmatch{font-weight:bold} td#mw-search-togglebox{text-align:right}table#mw-search-powertable{width:100%}form#powersearch{clear:both} |
| + | |
| + | /* Download sprites -- from http://spritegen.website-performance.org */ |
| + | .sprite-Amazon_icon{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 0; height: 16px; line-height: 16px; } |
| + | .sprite-EMusic_icon{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -21px; height: 16px; line-height: 16px; } |
| + | .sprite-Itunes10{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -42px; height: 16px; line-height: 16px; } |
| + | .sprite-Knob{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -63px; height: 16px; line-height: 16px; } |
| + | .sprite-Theymightbegiantsdotcom_8bit{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -84px; height: 16px; line-height: 16px; } |
| + | .sprite-Tmbgdotcom{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -105px; height: 15px; } |
| + | .sprite-Tmbgicon{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -125px; height: 16px; line-height: 16px; } |
| + | .sprite-Tmbgpodcastsmall{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -146px; height: 16px; line-height: 16px; } |
| + | .sprite-cd{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: 0 -167px; height: 16px; line-height: 16px; } |
| + | .sprite-EBay{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: -21px 0; height: 16px; line-height: 16px; } |
| + | .sprite-Gemm{ background: url(http://tmbw.net/images/downloadSprites.png) no-repeat top left; background-position: -63px 0; height: 16px; line-height: 16px; } |
| + | .downloadtable a { line-height: 16px; } |
| + | .downloadtable a.external { vertical-align: top; } |
| + | |
| + | Privacy policy |
| + | About This Might Be A Wiki |
| + | Disclaimers |
| + | |
| + | Follow TMBW.Net on: |
| + | Twitter Twitter |
| + | |
| + | Message |
| + | Discussion |
| + | Source |
| + | History |
| + | |
| + | Main Page |
| + | Site Map |
| + | Recent changes |
| + | Random page |
| + | Help |
| + | TMBW.Net Chat |
| + | Contact us |
| + | |
| + | |
| + | |
| + | Albums |
| + | Discography |
| + | Podcast |
| + | Shows |
| + | Videos |
| + | eBay auctions |
| + | |
| + | |
| + | |
| + | Songs |
| + | Lyrics |
| + | Guitar tabs |
| + | |
| + | |
| + | |
| + | |
| + | What links here |
| + | Related changes |
| + | Special pages |
| + | Printable version |
| + | Permanent link |