Wikia.css
MediaWiki page
490pages on
this wiki
Add New Page
this wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Chrome - Windows: Hold the Ctrl key and press the F5 key. OS X: Hold both the ⌘ Cmd and ⇧ Shift keys and press the R key.
- Safari - Hold down the ⇧ Shift key and click the Reload toolbar button.
- Firefox - Windows: Hold the Ctrl key, and press F5. OS X: Hold the ⌘ Cmd and ⇧ Shift keys, and then press R.
- Internet Explorer - Hold the Ctrl key, and press F5 (or click the Refresh button).
/***************************/ /* bug fixes for oasis.css */ /***************************/ /* css syntax highlighting has css property be black text on black background. this fixes it to be white on black */ .kw1 { color: rgb(255, 255, 255) !important; } /* make sure that code blocks pop visually */ code { background-color: #222222; color: #dddddd; } /* override the single brown border of the news */ .WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } /* override the new blog news listing which gives it one huge margin */ .WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; } /* remove the black bar below the table of content */ .WikiHeader .shadow-mask { display: none; } /*Mini editor fix*/ .WikiaArticleComments textarea { background: none repeat scroll 0 0 #222222 !important; color: #ffffff !important; } a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary, button.secondary { background: rgba(0, 0, 0, 0.60); border: 1px solid #252525; color: #ffffff; } .WikiaSearch button { border: none; -moz-border-radius: 0 6px 6px 0; -webkit-border-radius: 0 6px 6px 0; } .wikia-menu-button ul, .wikia-menu-button.secondary ul, .modalWrapper, .skin-oasis #ImageUpload, .skin-oasis #VideoEmbed, .AccountNavigation .subnav, .WikiaSpotlight, .WikiaPageHeader .history.hover, .WikiaSearch .autocomplete, .WikiaFooter .my-tools-menu { background: rgba(0, 0, 0, 0.77); border: #252525 !important; border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; } .GlobalNavigation .subnav { background: rgba(0, 0, 0, 0.77); border: #191d22 !important; border-radius: 0 0 16px 16px; -webkit-border-radius: 0 0 16px 16px; } .WikiaPageHeader details { background: transparent; } .WikiaSearch input[type="text"] { background: rgba(0, 0, 0, 0.28); border: 1px solid #252525; border-radius: 6px; -webkit-border-radius: 6px; color: #2783de; } .WikiHeader .shadow-mask { display: none; } .WikiHeader li:hover { background: rgba(0, 0, 0, 0.77); border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; } .WikiaPagesOnWikiModule, .WikiaActivityModule, .WikiaImageModule, #WikiaSpotlightsModule, .WikiaArticle .thumbinner, .WikiaBlogListingBox, .HotSpotsModule, .CommunityCornerModule, .LatestPhotosModule, .WikiaArticle pre, .WikiaArticleCategories { background: rgba(0, 0, 0, 0.28) !important; border: 1px solid #252525 !important; border-radius: 6px; -webkit-border-radius: 6px; } /* Picture/Image/Sliders Hack */ .picture-attribution { display: none !important; } .wikia-photogallery-add { display: none !important; } .wikia-slideshow-toolbar { display: none !important; } /* Title hack */ #title-meta i { font-style: italic !important; } /* Eraicon Hack */ #title-eraicons { display: block !important; text-align: right; margin-left: 1em; min-width: 250px; } /**Restoring AD transparency**/ .AdminDashboardChromedArticle { background:url(http://images3.wikia.nocookie.net/prototype/images/f/f2/Blue_transparency.png) !important; color: rgb(255,255,255); border: transparent; -moz-box-shadow:transparent; -webkit-box-shadow:transparent; box-shadow: transparent; !important;} .AdminDashboardChromedArticle a { color: rgb(0,88,143); } .AdminDashboardChromedArticle fieldset { border-color: rgb(69,160,242); background: none; } .AdminDashboardChromedArticle fieldset input[type="submit"] { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background-color:#012e5a; background-image: -moz-linear-gradient(top, #175491 35%, #012e5a 65%); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #175491), color-stop(65%, #012e5a)); border:1px solid #012e5a; color:white; } /****************/ /*** Bloglist ***/ /****************/ #blogscolumn .WikiaBlogListing ul { list-style: none outside none; margin: 0; padding: 0 10px; width: 262px; } #blogscolumn .WikiaBlogListing h1 { font-size: 15px; width: 87%; font-weight: bold; margin: 0 90px 0 0; text-align: left; } #blogscolumn .WikiaBlogListing .author-details { margin: 0; } /* =============================== Heading brought over from Common.css, but changed to match current, Bethesda-approved styling. (Not quite sure where this is actually used.) =============================== */ .heading { color: #5c7595; font-family: 'DINPro-CondMedium'; font-size: 40px; font-weight: 600; margin: 5px 0 15px; text-align: center; text-transform: uppercase; } /* =============================== Begin 2017 Bethesda design =============================== */ /* Bethesda-authorised colors: PREY BLUE - #5c7595 BLACK - #000000 WHITE - #FFFFFF Accent colors -- use sparingly SUIT RED - #782723 TRANSTAR GOLD - #C9B779 */ /* Bethesda-authorised fonts Headlines and sub heads (that is H1-H6) - FF DIN PRO condensed medium, all caps, 400px kerning (looks like 10px letter-spacing) Sub headline - FF DIN PRO condensed medium, sentence case, 0px kerning */ @font-face { font-family: "DINPro-CondMedium"; src:url(http://static.wikia.com/czech-prey-out/images/f/f3/DINPro-CondMedium.otf) format('opentype'); src: local(‚ò∫),; /* because no one will have this on their local machines, it forces browsers to accept DINPro-CondMedium */ /* The next two declarations may no longer be necessary, but at one point they were required to make it possible to apply styling to imported fonts in webkit browsers. Can't hurt to still include them, even in 2017. */ font-weight: normal; font-style: normal; } @font-face { font-family: "DINPro"; src:url(http://static.wikia.com/czech-prey-out/images/e/ed/DINPro.otf) format('opentype'); src: local(‚ò∫),; /* because no one will have this on their local machines, it forces browsers to accept DINPro */ /* The next two declarations may no longer be necessary, but at one point they were required to make it possible to apply styling to imported fonts in webkit browsers. Can't hurt to still include them, even in 2017. */ font-weight: normal; font-style: normal; } /** General mainpage qualities **/ .mainpage-wrap { } .mainpage-wrap .wikia-gallery-caption-below .lightbox-caption a:visited, .mainpage-wrap .wikia-gallery-caption-below .lightbox-caption a:link, .mainpage-wrap .wikia-gallery-caption-below .lightbox-caption { color:#fff; font-size:20px; letter-spacing:3px; text-transform:uppercase; font-family:DINPro-CondMedium; } /* Borders */ .mainpage-box-welcome { margin:40px auto auto auto; width:670px; } .mainpage-box-featured-videos, .mainpage-box-featured-articles, .mainpage-box-discussions { margin:40px auto; width:670px; } .mainpage-box-content { background-color:#5c7595; padding-top:5px; width:670px; margin:40px auto; } .mainpage-box-share, .mainpage-box-chat, .mainpage-box-twitter, .mainpage-box-news { margin:40px auto; } .mainpage-box-news li { color:#C9B779; } @media (max-width: 1024px) { .mainpage-box-news { display:inline-block; } .mainpage-box-share, .mainpage-box-buy { margin-top:10%; margin-bottom:20%; } } /** Headers, in general **/ .mainpage-box-welcome .header, .mainpage-box-chat .header, .mainpage-box-featured-videos .header, .mainpage-box-featured-articles .header, .mainpage-box-discussions .header, .mainpage-box-share .header, .mainpage-box-news .header, .mainpage-box-twitter .header { text-align:center; font-size:40px; font-family:DINPro-CondMedium; margin:0 auto; top:-10px; position:relative; letter-spacing: 10px; color:#5c7595; text-transform:uppercase; padding-bottom:10px; } /** Header exceptions for Welcome **/ .mainpage-box-welcome .header { padding-left:40px; text-align:left; } .mainpage-box-welcome .subheader { font-family:DINPro-CondMedium; letter-spacing:3px; text-transform:uppercase; padding-left:40px; padding-bottom:40px; color:#C9B779 } /* Share box */ .mainpage-box-share .icons { text-align: center; margin:15px auto; } .mainpage-box-share .icon { display: inline; margin-right:15px; } /** Discussions box **/ .mainpage .discussion-module { display:none /* Turns off standard module to give deference to the bespoke one here */ } .mainpage .embeddable-discussions-module { border:none; } .mainpage .embeddable-discussions-module .embeddable-discussions-post-detail { /*background-color:#bac3cd;*/ } .mainpage .embeddable-discussions-heading { display:none; } .mainpage .embeddable-discussions-show-all { } .mainpage .embeddable-discussions-show-all a, .mainpage .embeddable-discussions-show-all a:link, .mainpage .embeddable-discussions-show-all a:visited { /*color:#b0b1b6!important*/ } .mainpage .embeddable-discussions-module .embeddable-discussions-post-detail { background-color:transparent; border-color:#5c7595; } .mainpage .embeddable-discussions-module .embeddable-discussions-reply-icon-tiny path, .mainpage .embeddable-discussions-module .embeddable-discussions-upvote-icon-tiny path, .mainpage .embeddable-discussions-module .embeddable-discussions-reply-icon path, .mainpage .embeddable-discussions-module .embeddable-discussions-upvote-icon path { fill: #5c7595; } .mainpage .embeddable-discussions-module .embeddable-discussions-post-actions a, .mainpage .embeddable-discussions-module .embeddable-discussions-post-counters, .mainpage .embeddable-discussions-module .avatar-details, .mainpage a.avatar-username, .mainpage .embeddable-discussions-module .embeddable-discussions-timestamp, .embeddable-discussions-module .embeddable-discussions-forum { color:#5c7595; } .mainpage-box-discussions { width:670px; margin:0 auto; } /** Buy box **/ .mainpage-box-buy { margin-top:20px } /** Button mania **/ a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary, button.secondary, .WikiaPageHeader .wikia-button.createpage { background-image:none; border:none; background-color:#5c7595; color:white; } .CategorySelect.articlePage .add, .WikiHeader .buttons > .contribute:hover, .EditPage .module_page_controls #wpPreview:hover, a.comments > .commentsbubble, a.wikia-button.secondary:hover { color:white; } .EditPage .module_page_controls #wpPreview { color:white; } /***** END 2017 Bethesda design *****/ .page-User_blog_Bbretterson_Why_Sci-Fi_Is_Dominating_Pop_Culture .WikiaArticleComments { display:none }