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



语音维基

“MediaWiki:Common.css”的版本间的差异

第75行: 第75行:
 
.cosmos-header .cosmos-header__counter {
 
.cosmos-header .cosmos-header__counter {
 
     color: white;
 
     color: white;
 +
}
 +
h2 {
 +
  border-bottom: none !important;
 +
  background-image:url("https://vignette.wikia.nocookie.net/cyberpunk/images/d/de/Cyber_small_header_bottom_yellow.svg");
 +
  background-repeat: no-repeat;
 +
  background-position: 25% 105%;
 +
  background-size:100% 10px;
 +
  padding-bottom: 6px;
 +
  color:#27d1f4;
 +
  text-shadow: -1px 1px 0 #111,
 +
        1px 1px 0 #111,
 +
        1px -1px 0 #111,
 +
      -1px -1px 0 #111;
 +
font-size: 18pt;
 +
}
 +
 +
h3 {
 +
  color:#27d1f4;
 
}
 
}

2020年12月22日 (二) 13:21的版本

/* 导航栏 */
#cosmos-banner
{
background-color: #002A32;
}
.cosmos-bannerOption-icon
{
fill: none;
stroke: #00d6d6;
}
.cosmos-bannerOption-dropdownIcon
{
    stroke: #FF776D;
    fill: #FF776D;
}
.cosmos-bannerOption:hover .cosmos-bannerOption-dropdownIcon
{
fill: #FF776D;
stroke: #FF776D;
}
.cosmos-bannerOption:hover .cosmos-bannerOption-icon
{
    stroke: white !important;
}
#searchInput
{
    color: #00d6d6 !important;
    border-bottom: 2px solid #00d6d6;
}
#searchInput:enabled
{
    border-bottom: 2px solid #00d6d6;
}

input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #00d6d6 !important; 
} 
input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #00d6d6 !important; 
} 
input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #00d6d6 !important; 
} 
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #00d6d6 !important; 
}

#cosmos-search-buttonContainer:hover #cosmos-search-buttonIcon
{
  stroke: white !important;
}
.cosmos-userButton-label
{
color: #00d6d6;
}
.cosmos-userOptions-personalTools:hover .cosmos-userButton-label {
    color: white;
}
/* 主页面 */

.cosmos-header {
    background-image: url(http://ec2-3-92-244-220.compute-1.amazonaws.com/wiki/%E6%96%87%E4%BB%B6:MainBannerImage.png);
background-color: #111111;
}
.cosmos-header__sitename a:-webkit-any-link {
    color: white;
}
.cosmos-header .wds-tabs .wds-tabs__tab-label a {
    color: white;
}
.cosmos-header::before{
background: black;
background-image: black;
}
.cosmos-header .cosmos-header__counter {
    color: white;
}
h2 {
  border-bottom: none !important;
  background-image:url("https://vignette.wikia.nocookie.net/cyberpunk/images/d/de/Cyber_small_header_bottom_yellow.svg");
  background-repeat: no-repeat;
  background-position: 25% 105%;
  background-size:100% 10px;
  padding-bottom: 6px;
  color:#27d1f4;
  text-shadow: -1px 1px 0 #111,
        1px 1px 0 #111,
        1px -1px 0 #111,
      -1px -1px 0 #111;
 font-size: 18pt;
}
 
h3 {
  color:#27d1f4;
}