|
|
(18 versions intermédiaires par le même utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
| /* Le CSS placé ici sera appliqué à tous les habillages. */ | | /* Le CSS placé ici sera appliqué à tous les habillages. */ |
|
| |
|
| |
|
| |
|
| |
| #main-page h1.firstHeading.firstHeading.page-header { display: none; }
| |
|
| |
| body {
| |
| background-color: #FCFDFD!important;
| |
| background-image: none!important;
| |
| background-repeat: none;
| |
| }
| |
|
| |
|
| .mw-widget-dateInputWidget-calendar {position: inherit!important;} | | .mw-widget-dateInputWidget-calendar {position: inherit!important;} |
Ligne 17 : |
Ligne 6 : |
|
| |
|
| .keyboard-key, .kbd {color:#0a7cc8; text-decoration: none;} | | .keyboard-key, .kbd {color:#0a7cc8; text-decoration: none;} |
|
| |
| /* Couleurs des liens */
| |
| a {color:#0a7cc8; text-decoration: none;}
| |
| a:hover {color:#181D2E;text-decoration: none;}
| |
| a:active{color:#4E8DAF;}
| |
| a:visited {color:#0a7cc8;text-decoration: none;}
| |
| .new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;}
| |
|
| |
| code, code a {
| |
| background-color:#DFF0D8!important;
| |
| color: #468847!important;
| |
| }
| |
|
| |
|
| .coord { | | .coord { |
Ligne 52 : |
Ligne 29 : |
| color:#468781!important; | | color:#468781!important; |
| } | | } |
|
| |
|
| |
| /* Tweeki tweaks */
| |
|
| |
| .navbar-default {background: rgba(22,58,84,0.98); color: #ffffff;}
| |
|
| |
|
| |
| .navbar-default a, .navbar-default .navbar-nav>li>a {color: #a2b0bb;}
| |
|
| |
| .navbar-default a:hover, .navbar-default .navbar-nav>li>a:hover {color: #ffffff;}
| |
|
| |
| .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {background: rgb(231, 244, 243);}
| |
|
| |
|
| |
|
| /* Modèles | | /* Modèles |
Ligne 145 : |
Ligne 109 : |
| clear: right !important; | | clear: right !important; |
| width: 300px !important; | | width: 300px !important; |
| }
| |
|
| |
| /* Wikitable 2
| |
| ----------------------------------- */
| |
|
| |
| table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1,
| |
| table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 th.hl1 {
| |
| background: #f8f6eb;
| |
| padding: 0.35em 0.5em;
| |
| color: #000;
| |
| text-align: left;
| |
| }
| |
|
| |
| /* Tableau de chronologie
| |
| ----------------------------------- */
| |
|
| |
| table.chronologie,
| |
| table.chrono {
| |
| margin: 1em -2px 1em -2px;
| |
| background: #fff;
| |
| border: 0;
| |
| border-collapse: separate;
| |
| empty-cells: show;
| |
| border-spacing: 1px;
| |
| border: 0;
| |
| }
| |
|
| |
| table.chronologie th, table.chronologie td,
| |
| table.chrono th, table.chrono td {
| |
| border: 0;
| |
| border-bottom: 1px solid #D2D2D2;
| |
| padding: 0.35em 0.5em;
| |
| }
| |
|
| |
| table.chronologie th, table.chronologie td.hl1, table.chronologie th.hl1,
| |
| table.chrono th, table.chrono td.hl1, table.chronologie th.hl1 {
| |
| background: #2D2D2D;
| |
| padding: 0.35em 0.5em;
| |
| color: #fff;
| |
| text-align: left;
| |
| position: relative;
| |
| }
| |
|
| |
| table.chronologie td.hl2, table.chronologie th.hl2,
| |
| table.chrono td.hl2, table.chrono th.hl2 {
| |
| background: #fff;
| |
| color: #444;
| |
| text-align: center;
| |
| border: 1px solid #ccc;
| |
| border-top: 0;
| |
| }
| |
|
| |
| table.chronologie td.hl3, table.chronologie th.hl3,
| |
| table.chrono td.hl3, table.chrono th.hl3 {
| |
| background: #ebf5f8;
| |
| color: #444;
| |
| text-align: center;
| |
| border: 1px solid #D2D2D2;
| |
| border-top: 0;
| |
| } | | } |
|
| |
| table.chronologie caption,
| |
| table.chrono caption {
| |
| margin-left: inherit;
| |
| margin-right: inherit;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| table.chronologie td,
| |
| table.chrono td {
| |
| vertical-align: top;
| |
| }
| |
|
| |
| table.chronologie td:nth-child(even), table.chrono td:nth-child(even) {
| |
| background: #fbfbfb;
| |
| }
| |
|
| |
| table.chronologie tr:hover td, table.chrono tr:hover td {
| |
| background: #f5fafc;
| |
| -webkit-transition: all .1s;
| |
| -moz-transition: all .1s;
| |
| -o-transition: all .1s;
| |
| transition: all .1s;
| |
| }
| |
|
| |
| table.chronologie tr:hover td:nth-child(even), table.chrono tr:hover td:nth-child(even) {
| |
| background: #eaf3f7;
| |
| }
| |
|
| |
|
| |
| /* Code PRE TT (pour les commandes) */
| |
|
| |
| code {
| |
| margin: 0 2px;
| |
| padding: 3px 5px;
| |
| white-space: nowrap;
| |
| border: 1px solid #EAEAEA;
| |
| background-color: #F8F6EB;
| |
| border-radius: 3px;
| |
| }
| |
|
| |
| pre, code, tt {
| |
| font-size: 12px;
| |
| font-family: Consolas, "Liberation Mono", Courier, monospace;
| |
| }
| |
|
| |
|
| |
| li { margin: 5px; }
| |
| | | |
| /* Infobox | | /* Infobox |
Ligne 343 : |
Ligne 200 : |
| float: right!important; | | float: right!important; |
| clear: right!important; | | clear: right!important; |
| align:right!important:
| | |
| /* haut droite bas gauche */ | | /* haut droite bas gauche */ |
| margin: 0 0 .5em 1em!important; | | margin: 0 0 .5em 1em!important; |
Ligne 502 : |
Ligne 359 : |
| h2 { | | h2 { |
| font-family: 'Helvetica', Arial, sans-serif; | | font-family: 'Helvetica', Arial, sans-serif; |
| font-size: 1.5em; | | font-size: 1.8em; |
| font-weight: bold; | | font-weight: bold; |
| margin: 1.6em 0 1em 0; | | margin: 1.6em 0 1em 0; |
Ligne 511 : |
Ligne 368 : |
| h3 { | | h3 { |
| font-family: 'Helvetica', Arial, sans-serif; | | font-family: 'Helvetica', Arial, sans-serif; |
| | font-size: 1.4em; |
| margin: 1.1em 0 0.4em 0; | | margin: 1.1em 0 0.4em 0; |
| } | | } |
Ligne 562 : |
Ligne 420 : |
| | | |
| .titre-annexe {font-size:14px;font-weight:bold;font-style:italic;margin-left:10px;} | | .titre-annexe {font-size:14px;font-weight:bold;font-style:italic;margin-left:10px;} |
|
| |
|
| |
| /* G A L L E R Y */
| |
|
| |
| li.gallerybox div.thumb {
| |
| border: 1px solid #B4BEC3;
| |
| background-color: #f5f5f5;
| |
|
| |
| ul {
| |
| /* @embed */
| |
| list-style-image: none!important;
| |
| }
| |
|
| |
|
| |
| /* Palette de navigation */
| |
|
| |
| table.navbox {
| |
| background: #F9F9F9;
| |
| border: 1px solid #AAA;
| |
| clear: both;
| |
| font-size: 90%;
| |
| margin: 1em 0 0;
| |
| padding: 2px;
| |
| text-align: center;
| |
| width: 100%;
| |
| }
| |
|
| |
| table.navbox th {
| |
| background: #CCF;
| |
| padding-left: 1em;
| |
| padding-right: 1em;
| |
| }
| |
|
| |
| table.navbox td.group {
| |
| background: #DDF;
| |
| vertical-align: middle;
| |
| width: 150px;
| |
| padding-left: 1em;
| |
| padding-right: 1em;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| table.navbox td.list {
| |
| text-align: left
| |
| }
| |
|
| |
| table.navbox td.even {
| |
| background: #EEF
| |
| }
| |
|
| |
| table.navbox td.banner {
| |
| background: #DDF;
| |
| vertical-align: middle;
| |
| padding-left: 1em;
| |
| padding-right: 1em;
| |
| }
| |
|
| |
| /* Modèle de palettes groupées, [[Modèle:Palette]] */
| |
|
| |
| div.navbox_group {
| |
| border: 1px solid #aaaaaa;
| |
| margin-top: 15px;
| |
| }
| |
|
| |
| div.navbox_group table.navbox {
| |
| border: 0;
| |
| margin: 0;
| |
| }
| |
|
| |
| /* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
| |
|
| |
| .navboxToggle,
| |
| .NavToggle {
| |
| font-size: 90%;
| |
| font-weight: normal;
| |
| float: right !important;
| |
| min-width: 6em;
| |
| }
| |
|
| |
| /*ARTICLE DETAILLE */
| |
|
| |
|
| |
| div.article-detail {
| |
| border-color: #e7e7e7;
| |
| background-color: #fdfdfd;
| |
| display: block;
| |
| /* Pour le [[modèle: Article détaillé]] et autres */
| |
| margin: 0 0 .7em 2em;
| |
| font-size: 95%;
| |
| overflow: hidden;
| |
| border-style: solid;
| |
| border-width: 1px 0;
| |
| padding: 2px 0 1px 4px;
| |
| text-align: left;
| |
| }
| |
|
| |
|
| |
|
| |
| /* List nolist */
| |
| #nolist li {
| |
| list-style-type:none;
| |
| }
| |
|
| |
|
| |
| /* style.css
| |
| ------------------------------------*/
| |
|
| |
|
| |
| @import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,600);
| |
|
| |
|
| |
| body {
| |
| font-family: "Open Sans", Helvetica, Arial, sans-serif;
| |
| background-color: #fff;
| |
| background-image: url(images/wiki-bg.jpg);
| |
| background-repeat: repeat-x;
| |
| background-position: center 80px;
| |
| color: #222;
| |
| padding-top: 128px;
| |
| }
| |
|
| |
| body.page-Main_Page .page-header,
| |
| body.page-Category_Oracle .page-header,
| |
| body.page-Category_JavaScript .page-header,
| |
| body.page-Category_HTML .page-header,
| |
| body.page-Category_PHP .page-header,
| |
| body.page-Category_PL_SQL .page-header,
| |
| body.page-Category_CSS .page-header { display: none; }
| |
|
| |
| textarea {
| |
| width: 95%;
| |
| }
| |
|
| |
| .category-links {
| |
| clear: both;
| |
| }
| |
|
| |
| .mw-headline {
| |
| text-shadow: 1px 1px 0 rgb(255,255,255);
| |
| }
| |
|
| |
|
| |
| h2 .mw-headline { font-size: 18px; }
| |
| h3 .mw-headline { font-size: 16px; }
| |
| h4 .mw-headline { font-size: 14px; }
| |
| h5 .mw-headline { font-size: 12px; }
| |
| h6 .mw-headline { font-size: 12px; }
| |
|
| |
| p {
| |
| margin-bottom: 15px;
| |
| }
| |
|
| |
| .mw-content-ltr ul, .mw-content-ltr ol {
| |
| margin-bottom: 9px;;
| |
| }
| |
| .navbar-nefald {
| |
| background-color: #1B3E57;
| |
| border-color: #e7e7e7;
| |
| height:53px;
| |
| }
| |
| .navbar-nefald .navbar-brand {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-brand:hover,
| |
| .navbar-nefald .navbar-brand:focus {
| |
| color: #fff;
| |
| background-color: transparent;
| |
| }
| |
| .navbar-nefald .navbar-text {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-nav > li > a {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-nav > li > a:hover,
| |
| .navbar-nefald .navbar-nav > li > a:focus {
| |
| color: #fff;
| |
| background-color: transparent;
| |
| }
| |
| .navbar-nefald .navbar-nav > .active > a,
| |
| .navbar-nefald .navbar-nav > .active > a:hover,
| |
| .navbar-nefald .navbar-nav > .active > a:focus {
| |
| color: #fff;
| |
| background-color: #e7e7e7;
| |
| }
| |
| .navbar-nefald .navbar-nav > .disabled > a,
| |
| .navbar-nefald .navbar-nav > .disabled > a:hover,
| |
| .navbar-nefald .navbar-nav > .disabled > a:focus {
| |
| color: #ccc;
| |
| background-color: transparent;
| |
| }
| |
| .navbar-nefald .navbar-toggle {
| |
| border-color: #ddd;
| |
| }
| |
| .navbar-nefald .navbar-toggle:hover,
| |
| .navbar-nefald .navbar-toggle:focus {
| |
| background-color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-toggle .icon-bar {
| |
| background-color: #888;
| |
| }
| |
| .navbar-nefald .navbar-collapse,
| |
| .navbar-nefald .navbar-form {
| |
| border-color: #e7e7e7;
| |
| }
| |
| .navbar-nefald .navbar-nav > .open > a,
| |
| .navbar-nefald .navbar-nav > .open > a:hover,
| |
| .navbar-nefald .navbar-nav > .open > a:focus {
| |
| color: #fff;
| |
| background-color: transparent;
| |
| }
| |
| @media (max-width: 767px) {
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > li > a {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > li > a:hover,
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > li > a:focus {
| |
| color: #fff;
| |
| background-color: transparent;
| |
| }
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a,
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a:hover,
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a:focus {
| |
| color: #fff;
| |
| background-color: #e7e7e7;
| |
| }
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a,
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a:hover,
| |
| .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a:focus {
| |
| color: #ccc;
| |
| background-color: transparent;
| |
| }
| |
| }
| |
| .navbar-nefald .navbar-link {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .navbar-link:hover {
| |
| color: #333;
| |
| }
| |
| .navbar-nefald .btn-link {
| |
| color: #fff;
| |
| }
| |
| .navbar-nefald .btn-link:hover,
| |
| .navbar-nefald .btn-link:focus {
| |
| color: #333;
| |
| }
| |
|
| |
| .navbar-brand {
| |
| padding: 8px 15px 15px 15px;
| |
| }
| |
|
| |
| .navbar-brand img {
| |
| margin-right: 0.5em;
| |
| max-height: 38px;
| |
| }
| |
|
| |
| .navbar input {
| |
| background-color: #555;
| |
| border-color: #111;
| |
| color: #aaa;
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| .navbar .navbar-inner .btn {
| |
| margin-top: 0;
| |
| }
| |
|
| |
| .nav > li > a {
| |
| padding: 10px;
| |
| }
| |
|
| |
|
| |
| .editsection {
| |
| float: right;
| |
| font-size: 0.8rem;
| |
| opacity: 0.2;
| |
| }
| |
|
| |
| .editOptions .checkbox input:first-child {
| |
| margin-left: -20px;
| |
| }
| |
|
| |
| .jumbotron {
| |
| position: relative;
| |
| }
| |
|
| |
| .jumbotron h1 img {
| |
| border: 1px solid #eee;
| |
| -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
| |
| -moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
| |
| box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
| |
| position: relative;
| |
| top: -6px;
| |
| }
| |
|
| |
| .jumbotron .nav-pills {
| |
| opacity: 0.2;
| |
| position: absolute;
| |
| top: 10px;
| |
| right: 10px;
| |
| }
| |
|
| |
| .jumbotron .nav-pills:hover {
| |
| opacity: 0.8;
| |
| }
| |
|
| |
| h2:hover .editsection,
| |
| h3:hover .editsection,
| |
| h4:hover .editsection,
| |
| h5:hover .editsection,
| |
| h6:hover .editsection {
| |
| opacity: 1;
| |
| }
| |
|
| |
| option.unclickable {
| |
| color: #ccc;
| |
| }
| |
|
| |
| #subnav-select {
| |
| display: none;
| |
| }
| |
|
| |
| .nav .user-icon {
| |
| border: 1px solid rgba( 55, 55, 55, 0.1 );
| |
| display: inline-block;
| |
| margin-right: 0.5em;
| |
| vertical-align: middle;
| |
| width: 20px;
| |
| height: 20px;
| |
| }
| |
|
| |
| .nav .user-icon img {
| |
| border: 1px solid rgba( 0, 0, 0, 0.5 );
| |
| width: 20px;
| |
| height: 20px;
| |
| }
| |
|
| |
| #wiki-body h2 {
| |
| border-bottom: 1px solid #ddd;
| |
| margin-bottom: 0.5em;
| |
| }
| |
|
| |
| #wiki-body h3 {
| |
| border-bottom: 1px dotted #eee;
| |
| color: #555;
| |
| margin-bottom: 0.5em;
| |
| }
| |
|
| |
| #wiki-body li {
| |
| margin-bottom: 5px;
| |
| }
| |
|
| |
| #mw-content-text .center {
| |
| text-align: center;
| |
| }
| |
|
| |
| #mw-content-text .floatright {
| |
| margin-left: 1.5rem;
| |
| margin-bottom: 1.5rem;
| |
| }
| |
|
| |
| #mw-content-text .floatleft {
| |
| margin-right: 1.5rem;
| |
| margin-bottom: 1.5rem;
| |
| }
| |
|
| |
| #page-contents ul li { list-style: none; }
| |
| #page-contents .dropdown-menu {
| |
| left: auto;
| |
| max-height: 400px;
| |
| overflow: scroll;
| |
| overflow-y: scroll;
| |
| right: 0;
| |
| }
| |
| #page-contents .dropdown-menu {
| |
| }
| |
|
| |
| .page-header .nav i {
| |
| opacity: 0.3;
| |
| }
| |
|
| |
| .nav-collapse.in {
| |
| height: auto !important;
| |
| }
| |
|
| |
| #toc {
| |
| display: inline-block;
| |
| padding:2px;
| |
| border:1px solid #DDD;
| |
| }
| |
|
| |
| #toctitle h2 {
| |
| font-size: 16px;
| |
| }
| |
|
| |
| .toctoggle {
| |
| font-size:0.8em;
| |
| margin:auto;
| |
| float:right;
| |
| }
| |
|
| |
| @media (min-width: 481px) {
| |
| #toc {
| |
| min-width: 390px; /* Rough hack based on 480px */
| |
| }
| |
| }
| |
|
| |
| #toc ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin-left: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| a.new {
| |
| color: #86100f;
| |
| }
| |
|
| |
| #catlinks {
| |
| border-top: 1px dotted #eee;
| |
| margin-top: 2em;
| |
| padding: 1em 0;
| |
| }
| |
|
| |
| #catlinks #mw-normal-catlinks > a {
| |
| color: #999;
| |
| }
| |
|
| |
| #catlinks li {
| |
| border-left: 1px solid #ddd;
| |
| }
| |
|
| |
| #catlinks li:first-child {
| |
| border-left: none;
| |
| }
| |
|
| |
| .bottom {
| |
| margin-top: 2em;
| |
| padding-bottom: 2em;
| |
| padding-top: 2em;
| |
| bottom: 0px;
| |
| width: 100%;
| |
| background-color: #F5F5F5;
| |
| }
| |
|
| |
|
| |
| .bottom .mw-editsection {
| |
| display: none;
| |
| }
| |
|
| |
| .bottom footer {
| |
| color: #999;
| |
| margin-top: 2em;
| |
| }
| |
|
| |
| .printfooter { display: none;}
| |
|
| |
| /* thumb, copied from vector */
| |
| div.thumb {
| |
| margin-bottom: .5em;
| |
| width: auto;
| |
| background-color: transparent;
| |
| }
| |
| div.thumbinner {
| |
| border: 1px solid #ccc;
| |
| background-color: #f9f9f9;
| |
| font-size: 94%;
| |
| text-align: center;
| |
| overflow: hidden;
| |
| }
| |
| html .thumbimage {
| |
| border: 1px solid #ccc;
| |
| }
| |
| html .thumbcaption {
| |
| border: none;
| |
| text-align: left;
| |
| line-height: 1.4em;
| |
| padding: 3px !important;
| |
| font-size: 94%;
| |
| }
| |
| div.magnify {
| |
| float: right;
| |
| border: none !important;
| |
| background: none !important;
| |
| }
| |
| div.magnify a, div.magnify img {
| |
| display: block;
| |
| border: none !important;
| |
| background: none !important;
| |
| }
| |
| /* @noflip */
| |
| div.tright {
| |
| clear: right;
| |
| float: right;
| |
| margin: .5em 0 1.3em 1.4em;
| |
| }
| |
| /* @noflip */
| |
| div.tleft {
| |
| float: left;
| |
| clear: left;
| |
| margin: .5em 1.4em 1.3em 0;
| |
| }
| |
| img.thumbborder {
| |
| border: 1px solid #dddddd;
| |
| }
| |
|
| |
| .brand img {
| |
| margin-top: -5px;
| |
| display: inline-block;
| |
| vertical-align: middle;
| |
| }
| |
|
| |
| .navbar-fixed-top .navbar-inner {
| |
| -webkit-box-shadow: none;
| |
| -moz-box-shadow: none;
| |
| box-shadow: none;
| |
| }
| |
|
| |
| .navbar input {
| |
| background-color: #f5f5f5;
| |
| border-color: #ccc;
| |
| color: #333;
| |
| }
| |
|
| |
| /* Subnav */
| |
| .subnav {
| |
| background: #eee;
| |
| border-bottom: 1px solid #f5f5f5;
| |
| width: 100%;
| |
| height: 50;
| |
| margin-top: 2px;
| |
| -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
| |
| -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
| |
| box-shadow: 0 1px 10px rgba(0,0,0,0.1);
| |
| border-color: #d5d5d5;
| |
| border-width: 0 0 1px;
| |
| -webkit-border-radius: 0;
| |
| -moz-border-radius: 0;
| |
| border-radius: 0;
| |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
| |
| }
| |
|
| |
| @media (max-width: 767px) {
| |
| body {
| |
| padding-left: 0;
| |
| padding-right: 0;
| |
| padding-top: 59px;
| |
| }
| |
|
| |
| .bottom,
| |
| #wiki-outer-body {
| |
| padding-left: 20px;
| |
| padding-right: 20px;
| |
| }
| |
|
| |
| .navbar {
| |
| margin-left: 0;
| |
| margin-right: 0;
| |
| }
| |
| }
| |
|
| |
| @media (max-width: 979px) {
| |
| body {
| |
| padding-top: 59px;
| |
| }
| |
|
| |
| #wiki-outer-body {
| |
| margin-top: 10px;
| |
| }
| |
| }
| |
|
| |
| .subnav .container .nav {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| .subnav .nav > li > a {
| |
| text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
| |
| text-decoration: none;
| |
| color: #333;
| |
| margin: 0;
| |
| padding-top: 16px;
| |
| padding-bottom: 16px;
| |
| border-left: 1px solid transparent;
| |
| border-right: 1px solid transparent;
| |
| -webkit-border-radius: 0;
| |
| -moz-border-radius: 0;
| |
| border-radius: 0;
| |
| }
| |
|
| |
| .subnav .nav > li > a:hover,
| |
| .subnav .nav > .active > a,
| |
| .subnav .nav > .active > a:hover {
| |
| color: #333;
| |
| background-color: #ddd;
| |
| border-right-color: transparent;
| |
| -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
| |
| -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
| |
| box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
| |
| }
| |
| .subnav .nav-tabs .dropdown-toggle .caret,
| |
| .subnav .nav-pills .dropdown-toggle .caret {
| |
| border-top-color: #000;
| |
| }
| |
|
| |
| .subnav .nav > .active > a .caret,
| |
| .subnav .nav > .active > a:hover .caret {
| |
| border-top-color: #000;
| |
| }
| |
| .subnav .nav > li:first-child > a,
| |
| .subnav .nav > li:first-child > a:hover {
| |
| border-left: 0;
| |
| padding-left: 12px;
| |
| -webkit-border-radius: 4px 0 0 4px;
| |
| -moz-border-radius: 4px 0 0 4px;
| |
| border-radius: 4px 0 0 4px;
| |
| }
| |
| .subnav .nav > li:last-child > a {
| |
| border-right: 0;
| |
| }
| |
| .subnav .dropdown-menu {
| |
| -webkit-border-radius: 0 0 4px 4px;
| |
| -moz-border-radius: 0 0 4px 4px;
| |
| border-radius: 0 0 4px 4px;
| |
| }
| |
|
| |
| .subnav .nav-tabs .open .dropdown-toggle,
| |
| .subnav .nav-pills .open .dropdown-toggle,
| |
| .subnav .nav > .open.active > a:hover {
| |
| color: #333;
| |
| background-color: #ddd;
| |
| border-color: #ddd;
| |
| }
| |
|
| |
| pre.linenums ol {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| #wiki-outer-body {
| |
| /*background: url(images/body-bg.png) center top repeat-y;*/
| |
| }
| |
|
| |
| /* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
| |
| .subnav-fixed {
| |
| position: fixed;
| |
| top: 49px;
| |
| left: 0;
| |
| right: 0;
| |
| z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
| |
| border-color: #d5d5d5;
| |
| border-width: 0 0 1px; /* drop the border on the fixed edges */
| |
| -webkit-border-radius: 0;
| |
| -moz-border-radius: 0;
| |
| border-radius: 0;
| |
| }
| |
| .subnav-fixed .nav {
| |
| width: 1170px;
| |
| margin: 0 auto;
| |
| margin-left: -12px;
| |
| padding: 0 1px;
| |
| }
| |
| .subnav .nav > li:first-child > a,
| |
| .subnav .nav > li:first-child > a:hover {
| |
| -webkit-border-radius: 0;
| |
| -moz-border-radius: 0;
| |
| border-radius: 0;
| |
| }
| |
|
| |
| @media (max-width: 979px) {
| |
| body { padding-top: 103px; }
| |
|
| |
|
| |
| .subnav #subnav-select {
| |
| margin-left: 20px;
| |
| display: inline-block;
| |
| }
| |
|
| |
| .subnav .nav {
| |
| display: none;
| |
| }
| |
|
| |
| .navbar-form,
| |
| .navbar-search {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| .nabar-inner,
| |
| .navbar-fixed-top {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| .navbar-inner {
| |
| padding-bottom: 0;
| |
| }
| |
|
| |
| .subnav .container {
| |
| padding-bottom: 1rem;
| |
| padding-top: 1rem;
| |
| }
| |
| }
| |
|
| |
| .mwe-upwiz-file-preview,
| |
| .mwe-upwiz-thumbnail-side {
| |
| width:auto!important;
| |
| height:auto!important;
| |
| }
| |
|
| |
| .mwe-upwiz-thumbnail {
| |
| width:auto!important;
| |
| height:auto!important;
| |
| }
| |
|
| |
| /* responsive */
| |
| @media (max-width: 480px) {
| |
| #toc {
| |
| width: 100%;
| |
| margin-left: 0;
| |
| }
| |
|
| |
| .jumbotron {
| |
| padding: 2em;
| |
| }
| |
|
| |
| .jumbotron p {
| |
| font-size: 1em;
| |
| line-height: 1.5em;
| |
| }
| |
|
| |
| .jumbotron h1 {
| |
| font-size: 1.5em;
| |
| }
| |
|
| |
| .jumbotron pre {
| |
| display: none;
| |
| }
| |
| }
| |
|
| |
| table.list th {
| |
| background: #eee;
| |
| }
| |
|
| |
| .info-box {
| |
| clear: right;
| |
| color: #000;
| |
| background-color: #ccc;
| |
| border-spacing: 0;
| |
| border: 1px solid #999;
| |
| -webkit-border-top-left-radius: 4px;
| |
| -moz-border-radius-topleft: 4px;
| |
| border-top-left-radius: 4px;
| |
| -webkit-border-top-right-radius: 4px;
| |
| -moz-border-radius-topright: 4px;
| |
| border-top-right-radius: 4px;
| |
| box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
| |
| font-size: 14px;
| |
| margin-top: -1.4em;
| |
| margin: 0 0 1em 1em;
| |
| padding: 3px;
| |
| padding: 0;
| |
| position: relative;
| |
| width: 250px;
| |
| z-index: 100;
| |
| }
| |
|
| |
| .info-box td {
| |
| line-height: normal;
| |
| padding: 5px;
| |
| vertical-align: middle;
| |
| }
| |
|
| |
| .info-box td p {
| |
| display: table-cell;
| |
| vertical-align: middle;
| |
| }
| |
|
| |
| .info-box .info-image {
| |
| background: #eee;
| |
| border-top: 1px solid #999;
| |
| border-right: 1px solid #999;
| |
| color: #000;
| |
| font-size: smaller;
| |
| text-align: center;
| |
| }
| |
|
| |
| .info-box .info-name {
| |
| background-color: #eee;
| |
| border-top: 1px solid #999;
| |
| border-left: #999;
| |
| border-right: #999;
| |
| color: #000;
| |
| font-size: larger;
| |
| font-variant: small-caps;
| |
| text-align: center;
| |
| }
| |
|
| |
| .info-box .info {
| |
| background-color: #ccc;
| |
| border-top: 1px solid #999;
| |
| color: #000;
| |
| font-size: 8pt;
| |
| text-align: center;
| |
| }
| |
|
| |
| .info-box .info-label {
| |
| background: #eee;
| |
| padding-left: 6px;
| |
| padding-right: 6px;
| |
| border-top: 1px solid #999;
| |
| border-right: 1px solid #999;
| |
| color: #000;
| |
| font-size: smaller;
| |
| line-height: normal;
| |
| }
| |
|
| |
| .info-box .info-value {
| |
| background: #fff;
| |
| padding-left: 6px;
| |
| padding-right: 6px;
| |
| border-top: 1px solid #999;
| |
| color: #000;
| |
| font-size: smaller;
| |
| }
| |
|
| |
| .info-box.quest .info-name {
| |
| background-color: #CECF86;
| |
| border-color: #8A895F;
| |
| }
| |
|
| |
| .info-box.weapon .info-name {
| |
| background-color: #e8c5c5;
| |
| }
| |
|
| |
| .list {
| |
| width: auto;
| |
| margin-bottom: 20px;
| |
| }
| |
|
| |
| .list th,
| |
| .list td {
| |
| padding: 8px;
| |
| line-height: 20px;
| |
| text-align: left;
| |
| vertical-align: top;
| |
| border-top: 1px solid #dddddd;
| |
| }
| |
|
| |
| .list th {
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .list thead th {
| |
| vertical-align: bottom;
| |
| }
| |
|
| |
| .list caption + thead tr:first-child th,
| |
| .list caption + thead tr:first-child td,
| |
| .list colgroup + thead tr:first-child th,
| |
| .list colgroup + thead tr:first-child td,
| |
| .list thead:first-child tr:first-child th,
| |
| .list thead:first-child tr:first-child td {
| |
| border-top: 0;
| |
| }
| |
|
| |
| .list tbody + tbody {
| |
| border-top: 2px solid #dddddd;
| |
| }
| |
|
| |
| .list .list {
| |
| background-color: #ffffff;
| |
| }
| |
|
| |
| .list {
| |
| border: 1px solid #dddddd;
| |
| border-collapse: separate;
| |
| *border-collapse: collapse;
| |
| border-left: 0;
| |
| -webkit-border-radius: 4px;
| |
| -moz-border-radius: 4px;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .list th,
| |
| .list td {
| |
| border-left: 1px solid #dddddd;
| |
| }
| |
|
| |
| .list caption + thead tr:first-child th,
| |
| .list caption + tbody tr:first-child th,
| |
| .list caption + tbody tr:first-child td,
| |
| .list colgroup + thead tr:first-child th,
| |
| .list colgroup + tbody tr:first-child th,
| |
| .list colgroup + tbody tr:first-child td,
| |
| .list thead:first-child tr:first-child th,
| |
| .list tbody:first-child tr:first-child th,
| |
| .list tbody:first-child tr:first-child td {
| |
| border-top: 0;
| |
| }
| |
|
| |
| .list thead:first-child tr:first-child > th:first-child,
| |
| .list tbody:first-child tr:first-child > td:first-child,
| |
| .list tbody:first-child tr:first-child > th:first-child {
| |
| -webkit-border-top-left-radius: 4px;
| |
| border-top-left-radius: 4px;
| |
| -moz-border-radius-topleft: 4px;
| |
| }
| |
|
| |
| .list thead:first-child tr:first-child > th:last-child,
| |
| .list tbody:first-child tr:first-child > td:last-child,
| |
| .list tbody:first-child tr:first-child > th:last-child {
| |
| -webkit-border-top-right-radius: 4px;
| |
| border-top-right-radius: 4px;
| |
| -moz-border-radius-topright: 4px;
| |
| }
| |
|
| |
| .list thead:last-child tr:last-child > th:first-child,
| |
| .list tbody:last-child tr:last-child > td:first-child,
| |
| .list tbody:last-child tr:last-child > th:first-child,
| |
| .list tfoot:last-child tr:last-child > td:first-child,
| |
| .list tfoot:last-child tr:last-child > th:first-child {
| |
| -webkit-border-bottom-left-radius: 4px;
| |
| border-bottom-left-radius: 4px;
| |
| -moz-border-radius-bottomleft: 4px;
| |
| }
| |
|
| |
| .list thead:last-child tr:last-child > th:last-child,
| |
| .list tbody:last-child tr:last-child > td:last-child,
| |
| .list tbody:last-child tr:last-child > th:last-child,
| |
| .list tfoot:last-child tr:last-child > td:last-child,
| |
| .list tfoot:last-child tr:last-child > th:last-child {
| |
| -webkit-border-bottom-right-radius: 4px;
| |
| border-bottom-right-radius: 4px;
| |
| -moz-border-radius-bottomright: 4px;
| |
| }
| |
|
| |
| .list tfoot + tbody:last-child tr:last-child td:first-child {
| |
| -webkit-border-bottom-left-radius: 0;
| |
| border-bottom-left-radius: 0;
| |
| -moz-border-radius-bottomleft: 0;
| |
| }
| |
|
| |
| .list tfoot + tbody:last-child tr:last-child td:last-child {
| |
| -webkit-border-bottom-right-radius: 0;
| |
| border-bottom-right-radius: 0;
| |
| -moz-border-radius-bottomright: 0;
| |
| }
| |
|
| |
| .list caption + thead tr:first-child th:first-child,
| |
| .list caption + tbody tr:first-child td:first-child,
| |
| .list colgroup + thead tr:first-child th:first-child,
| |
| .list colgroup + tbody tr:first-child td:first-child {
| |
| -webkit-border-top-left-radius: 4px;
| |
| border-top-left-radius: 4px;
| |
| -moz-border-radius-topleft: 4px;
| |
| }
| |
|
| |
| .list caption + thead tr:first-child th:last-child,
| |
| .list caption + tbody tr:first-child td:last-child,
| |
| .list colgroup + thead tr:first-child th:last-child,
| |
| .list colgroup + tbody tr:first-child td:last-child {
| |
| -webkit-border-top-right-radius: 4px;
| |
| border-top-right-radius: 4px;
| |
| -moz-border-radius-topright: 4px;
| |
| }
| |
|
| |
| .list tbody > tr:nth-child(even) > td {
| |
| background-color: #fff;
| |
| }
| |
|
| |
| .list tbody > tr:nth-child(odd) > td {
| |
| background-color: #f9f9f9;
| |
| }
| |