跳转到内容

MediaWiki:Gadget-adminlinks.css:修订间差异

添加的内容 删除的内容
 
(未显示同一用户的5个中间版本)
第20行: 第20行:
}
}


.adminlinks-Special\:统计::before {
.adminlinks-Statistics::before {
content: 'analytics';
content: 'analytics';
font-family: 'Material Icons';
font-family: 'Material Icons';
font-size: 2em;
font-size: 2em;
}
.adminlinks::before {
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
第36行: 第38行:
vertical-align: bottom;
vertical-align: bottom;
}
}
.adminlinks:hover {

text-decoration: none;
.adminlinks-Special\:版本::before {
}
.adminlinks-Version::before {
content: 'info';
content: 'info';
font-family: 'Material Icons';
font-family: 'Material Icons';
font-size: 2em;
font-size: 2em;
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
vertical-align: bottom;

}
}


.adminlinks-Special\:特殊页面::before {
.adminlinks-Specialpages::before {
content: 'auto_awesome';
content: 'auto_awesome';
font-family: 'Material Icons';
font-family: 'Material Icons';
第61行: 第53行:
}
}


.adminlinks-Special\:日志::before {
.adminlinks-Log::before {
content: 'table_rows';
content: 'table_rows';
font-family: 'Material Icons';
font-family: 'Material Icons';
第67行: 第59行:
}
}


.adminlinks-Special\:所有消息::before {
.adminlinks-Allmessages::before {
content: 'text_snippet';
content: 'text_snippet';
font-family: 'Material Icons';
font-family: 'Material Icons';
第73行: 第65行:
}
}


.adminlinks-Special\:小工具::before {
.adminlinks-Gadgets::before {
content: 'extension';
content: 'extension';
font-family: 'Material Icons';
font-family: 'Material Icons';
第92行: 第84行:


.adminlinks-Common\.js::before {
.adminlinks-Common\.js::before {
content: 'code';
content: 'integration_instructions';
font-family: 'Material Icons';
font-family: 'Material Icons';
font-size: 2em;
font-size: 2em;
第103行: 第95行:
}
}


.adminlinks-Special\:替换文本::before {
.adminlinks-ReplaceText::before {
content: 'find_replace';
content: 'find_replace';
font-family: 'Material Icons';
font-family: 'Material Icons';
第121行: 第113行:
}
}


.adminlinks-Special\:用户列表::before {
.adminlinks-Listusers::before {
content: 'people';
content: 'people';
font-family: 'Material Icons';
font-family: 'Material Icons';
第127行: 第119行:
}
}


.adminlinks-Special\:创建账户::before {
.adminlinks-CreateAccount::before {
content: 'how_to_reg';
content: 'how_to_reg';
font-family: 'Material Icons';
font-family: 'Material Icons';
第133行: 第125行:
}
}


.adminlinks-Special\:用户权限::before {
.adminlinks-Userrights::before {
content: 'manage_accounts';
content: 'manage_accounts';
font-family: 'Material Icons';
font-family: 'Material Icons';
第139行: 第131行:
}
}


.adminlinks-Special\:所有页面::before {
.adminlinks-Allpages::before {
content: 'article';
content: 'article';
font-family: 'Material Icons';
font-family: 'Material Icons';
第145行: 第137行:
}
}


.adminlinks-Special\:文件列表::before {
.adminlinks-Listfiles::before {
content: 'insert_drive_file';
content: 'insert_drive_file';
font-family: 'Material Icons';
font-family: 'Material Icons';
第151行: 第143行:
}
}


.adminlinks-Special\:搜索::before {
.adminlinks-Search::before {
content: 'search';
content: 'search';
font-family: 'Material Icons';
font-family: 'Material Icons';
第157行: 第149行:
}
}


.adminlinks-Special\:导入页面::before {
.adminlinks-Import::before {
content: 'file_download';
content: 'file_download';
font-family: 'Material Icons';
font-family: 'Material Icons';
第163行: 第155行:
}
}


.adminlinks-Special\:导出页面::before {
.adminlinks-Export::before {
content: 'file_upload';
content: 'file_upload';
font-family: 'Material Icons';
font-size: 2em;
}

.adminlinks-ViewXML::before {
content: 'code';
font-family: 'Material Icons';
font-size: 2em;
}

.adminlinks-ImportXML::before {
content: 'segment';
font-family: 'Material Icons';
font-size: 2em;
}

.adminlinks-ImportCSV::before {
content: 'table_chart';
font-family: 'Material Icons';
font-family: 'Material Icons';
font-size: 2em;
font-size: 2em;

2024年1月20日 (六) 07:21的最新版本

.rootpage-Special_管理员链接 .in-page-edit-article-link-group {
    display: none;
}

.adminlinks-row {
    display: flex;
    flex-wrap: wrap;
}

.adminlinks {
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5px;
    min-width: 75px;
}

.adminlinks-Statistics::before {
    content: 'analytics';
    font-family: 'Material Icons';
    font-size: 2em;
}
.adminlinks::before {
    font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
}
.adminlinks:hover {
  text-decoration: none;
}
.adminlinks-Version::before {
    content: 'info';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Specialpages::before {
    content: 'auto_awesome';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Log::before {
    content: 'table_rows';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Allmessages::before {
    content: 'text_snippet';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Gadgets::before {
    content: 'extension';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Sidebar::before {
    content: 'list';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Common\.css::before {
    content: 'format_paint';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Common\.js::before {
    content: 'integration_instructions';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Mainpage::before {
    content: 'home';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-ReplaceText::before {
    content: 'find_replace';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Cosmos-navigation::before {
    content: 'navigation';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Cosmos-tagline::before {
    content: 'title';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Listusers::before {
    content: 'people';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-CreateAccount::before {
    content: 'how_to_reg';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Userrights::before {
    content: 'manage_accounts';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Allpages::before {
    content: 'article';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Listfiles::before {
    content: 'insert_drive_file';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Search::before {
    content: 'search';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Import::before {
    content: 'file_download';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-Export::before {
    content: 'file_upload';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-ViewXML::before {
    content: 'code';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-ImportXML::before {
    content: 'segment';
    font-family: 'Material Icons';
    font-size: 2em;
}

.adminlinks-ImportCSV::before {
    content: 'table_chart';
    font-family: 'Material Icons';
    font-size: 2em;
}
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。