avatar
匿名用户
×
创建一个新的页面
输入页面标题:
目前语音维基上有2062个页面。 在上方输入您想创建的页面名称或单击以下标题之一,即可开始撰写!



语音维基

MediaWiki:Common.css

Zz讨论 | 贡献2020年12月21日 (一) 15:03的版本

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件

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