第40行: | 第40行: | ||
.mainpage .WikiaPage .page-header__separator { | .mainpage .WikiaPage .page-header__separator { | ||
dis | dis | ||
+ | .divTableBody { | ||
+ | display: table-row-group; | ||
+ | } | ||
+ | |||
+ | .RelatedPagesModule { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | /* fixing indentation breaks so html code isn't messy */ | ||
+ | .WikiaArticle dd { | ||
+ | margin-bottom: 14px !important; | ||
+ | } | ||
+ | |||
+ | /* reference list to keep it from being kicked to the bottom */ | ||
+ | .mw-parser-output .mw-references-wrap { | ||
+ | clear: none; | ||
+ | } | ||
+ | |||
+ | /* for reflist template */ | ||
+ | .references-small { | ||
+ | font-size: 90%; | ||
+ | } | ||
+ | |||
+ | /* fixing highlighted reference issues caused by UCP */ | ||
+ | ol.references li:target, sup.reference:target { | ||
+ | background-color: var(--themed-page-background--secondary); | ||
+ | } | ||
+ | |||
+ | |||
+ | /***************/ | ||
+ | /* quote boxes */ | ||
+ | /***************/ | ||
+ | .quotebox { /* border: 1px solid #523F35; background:#FFF77D; */ -moz-border-radius: 1em; border-radius: 1em; -webkit-border-radius: 1em; display: table; } | ||
+ | .quotebox + .quotebox { margin:1em 0 0 0; } | ||
+ | .quotebox .leftquote { color: #FFF77D; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align: left; padding:0.3em 0 0 0.3em; } | ||
+ | .quotebox |
2020年12月21日 (一) 15:03的版本
Games Movies TV Video Wikis Cyberpunk Wiki还有中文社区。点击这里进行查看!Cyberpunk Wiki Cyberpunk Wiki Cyberpunk Wiki 3,408 Pages Add new page Cyberpunk 2077 Cyberpunk Series World Community Explore Discuss Wikia.css MediaWiki page View source Note: After saving, you may have to bypass your browser's cache to see the changes. Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac) Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac) Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5 Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files. @import url('https://fonts.googleapis.com/css?family=Play:400,700'); .WikiaPage { font-family: 'Play', sans-serif; font-weight: 400; } /* Removing title on main page */ .mainpage .WikiaPage .page-header__title, .mainpage .WikiaPage .page-header__separator { dis .divTableBody { display: table-row-group; } .RelatedPagesModule { display: none !important; } /* fixing indentation breaks so html code isn't messy */ .WikiaArticle dd { margin-bottom: 14px !important; } /* reference list to keep it from being kicked to the bottom */ .mw-parser-output .mw-references-wrap { clear: none; } /* for reflist template */ .references-small { font-size: 90%; } /* fixing highlighted reference issues caused by UCP */ ol.references li:target, sup.reference:target { background-color: var(--themed-page-background--secondary); } /***************/ /* quote boxes */ /***************/ .quotebox { /* border: 1px solid #523F35; background:#FFF77D; */ -moz-border-radius: 1em; border-radius: 1em; -webkit-border-radius: 1em; display: table; } .quotebox + .quotebox { margin:1em 0 0 0; } .quotebox .leftquote { color: #FFF77D; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align: left; padding:0.3em 0 0 0.3em; } .quotebox