• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“User:机智的小鱼君/timeless.css”的版本间的差异

来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要)
标签清空
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
/* CSS placed here will affect users of the Timeless skin */
+
 
@import url('https://fonts.googleapis.com/css?family=Merriweather');
 
html {
 
  background: rgb(0,0,0) !important;
 
  height: 100% !important;
 
  font-size: 1.1em !important;
 
  filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
  -webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
  overflow-x: hidden !important;
 
}
 
body {
 
  margin: 0 !important;
 
  background: #000 !important;
 
  color: #ccccff !important;
 
  font-family: 'Merriweather', serif !important;
 
}
 
a {
 
  color: #cc6600 !important;
 
}
 
a:hover, a:visited {
 
  color: #cc3300 !important;
 
}
 
h1 {
 
  color: white !important;
 
  text-shadow: 1px 1px 1px #000 !important;
 
  font-size: 40px !important;
 
}
 
h1, h2, h3, h4 {
 
  color: #6699ff !important;
 
  font-family: 'Merriweather', serif !important;
 
}
 
#personal .dropdown b {
 
  font-weight: normal !important;
 
}
 
b, strong {
 
  text-shadow: 1px 1px 1px #000 !important;
 
}
 
#f-list {
 
  text-align: center !important;
 
  font-size: 14px !important;
 
}
 
div.editOptions {
 
  border: #222 !important;
 
  background: #555 !important;
 
}
 
#mw-header-nav-hack {
 
  border-top: solid 2px #333 !important;
 
  background: #333 !important;
 
}
 
#mw-site-navigation .sidebar-inner {
 
  background: #333 !important;
 
  border: 0 !important;
 
}
 
@media screen and (min-width: 851px) {
 
#p-logo-text a {
 
  position: fixed !important;
 
  right: 75vw !important;
 
}
 
}
 
@media screen and (max-width: 850px) {
 
#p-logo-text {
 
  margin-top: 0 !important;
 
}
 
}
 
@media screen and (max-width: 1099px) and (min-width: 851px) {
 
#p-logo-text a.long {
 
  padding-left: 7px !important;
 
  float: left !important;
 
  font-size: 23px !important;
 
}
 
}
 
@media screen and (max-width: 1099px) and (min-width: 851px) {
 
#mw-related-navigation .sidebar-inner {
 
  background: #222 !important;
 
  border: solid #111 !important;
 
}
 
}
 
@media screen and (max-width: 1099px) and (min-width: 851px) {
 
#mw-site-navigation .sidebar-inner {
 
  background: #222 !important;
 
  border: solid #111 !important;
 
}
 
}
 
#mw-site-navigation .sidebar-chunk {
 
  border: outset #222 !important;
 
  background: #333 !important;
 
  box-shadow: 2px 2px 1px rgba(0,0,0,0.5) !important;
 
  border-radius: 3px !important;
 
}
 
@media screen and (max-width: 851px) {
 
#mw-site-navigation .sidebar-chunk {
 
  padding: 0 15px 5px 20px !important;
 
}
 
}
 
@media screen and (max-width: 1099px) and (min-width: 851px) {
 
#mw-site-navigation .sidebar-inner {
 
  background: #222 !important;
 
  border: solid #111 !important;
 
}
 
}
 
.mw-parser-output a.external {
 
  color: #ff9900 !important;
 
}
 
#searchInput {
 
  padding: 0.2em 4.5em 0.2em 2em !important;
 
  margin: 0 !important;
 
}
 
#searchInput-container {
 
  background: #333 !important;
 
  height: 35px !important;
 
}
 
#simpleSearch {
 
  border: inset 1px #000 !important;
 
  border-radius: 3px !important;
 
  background: #333 !important;
 
  height: 35px !important;
 
  width: 48vw !important;
 
  position: absolute !important;
 
  left: 0 !important;
 
  right: 0 !important;
 
  margin-left: auto !important;
 
  margin-right: auto !important;
 
  top: 7px !important;
 
}
 
#user-tools {
 
  position: fixed !important;
 
  right: 86px !important;
 
}
 
@media screen and (min-width: 851px) {
 
#user-tools {
 
  left: 74vw !important;
 
  top: 5px !important;
 
}
 
}
 
.mw-notification {
 
  background: #222 !important;
 
  border: #111 !important;
 
  background: #111 !important;
 
  border-radius: 5px !important;
 
  color: #999 !important;
 
  width: 200px !important;
 
}
 
.postedit-container {
 
  position: absolute !important;
 
  left: 0 !important;
 
  right: 0 !important;
 
  margin-left: auto !important;
 
  margin-right: auto !important;
 
  padding: 0 !important;
 
  padding: 15px 0 15px 15px !important;
 
  text-align: right !important;
 
}
 
.postedit-icon {
 
  margin: auto !important;
 
  padding: 0 !important;
 
}
 
.mw-wiki-logo {
 
  background: url("https://www.anonproject.com/resources/assets/logo.png") !important;
 
  background-size: contain !important;
 
}
 
#mw-header-container {
 
  background: #555 !important;
 
}
 
#mw-header {
 
  width: 100% !important;
 
  max-width: 100% !important;
 
  padding: 0 !important;
 
  position: static !important;
 
}
 
@media screen and (max-width: 850px) {
 
#menus-cover {
 
  background: #000 !important;
 
}
 
}
 
@media screen and (max-width: 850px) {
 
#personal h2 {
 
  display: none !important;
 
}
 
}
 
#mw-content-container {
 
  background: #1d1d16 !important;
 
}
 
@media screen and (max-width: 850px) {
 
#mw-content-block {
 
  background: #000 !important;
 
}
 
}
 
@media screen and (max-width: 850px) {
 
#site-tools h2 {
 
  right: 3em !important;
 
  top: 0.9em !important;
 
  padding-bottom: 5px !important;
 
}
 
}
 
@media screen and (max-width: 850px) {
 
#p-logo-text a.long {
 
  width: 100% !important;
 
  top: 7px !important;
 
  text-align: center !important;
 
  font-size: 40px !important;
 
}
 
}
 
@media screen and (min-width: 851px) {
 
#p-logo-text {
 
  width: 29em !important;
 
}
 
}
 
@media screen and (min-width: 851px) {
 
#personal h2:after {
 
  width: 36px !important;
 
}
 
}
 
@media screen and (max-width: 850px) {
 
#p-logo-text {
 
  position: static !important;
 
  left: 0 !important;
 
  right: 0 !important;
 
  margin-left: 0 !important;
 
  margin-right: 0 !important;
 
  width: 100% !important;
 
  top: 3.3em !important;
 
}
 
}
 
@media only screen and (min-width: 992px) and (max-width:768px) {
 
#p-logo-text {
 
right:74vw !important;
 
}
 
}
 
@media only screen and (min-width: 900px) and (max-width:100px) {
 
#p-logo-text {
 
  right: 74vw !important;
 
  top: 3em !important;
 
}
 
}
 
@media screen and (max-width: 900px) and (min-width: 100px) {
 
#p-logo-text a.long {
 
  font-size: 43px !important;
 
}
 
}
 
@media screen and (max-width: 1700px) and (min-width: 800px) {
 
#p-logo-text {
 
  left: 12px !important;
 
}
 
}
 
@media screen and (max-width: 1700px) and (mix: 851px) {
 
#mw-site-navigation {
 
  background: #000 !important;
 
}
 
}
 
#mw-content {
 
  background: #333 !important;
 
  border: solid #946c20 !important;
 
  -webkit-border-bottom-right-radius: 4px !important;
 
  -webkit-border-bottom-left-radius: 4px !important;
 
  -moz-border-radius-bottomright: 4px !important;
 
  -moz-border-radius-bottomleft: 4px !important;
 
  border-bottom-right-radius: 4px !important;
 
  border-bottom-left-radius: 4px !important;
 
}
 
#mw-page-header-links li.selected a {
 
  color: #cccc00 !important;
 
}
 
#mw-related-navigation .sidebar-chunk {
 
  background: #333 !important;
 
  border: outset #222 !important;
 
  box-shadow: 2px 2px 1px rgba(0,0,0,0.5) !important;
 
  border-radius: 3px !important;
 
}
 
@media screen and (max-width: 1099px) and (min-width: 851px) {
 
#mw-related-navigation .sidebar-chunk {
 
  background: #333 !important;
 
  border: outset #222 !important;
 
  box-shadow: 2px 2px 1px rgba(0,0,0,0.5) !important;
 
  border-radius: 3px !important;
 
  padding: 0 15px 5px 20px !important;
 
}
 
}
 
.color-middle-container, .ts-inner {
 
  padding: 0 !important;
 
}
 
#p-logo-text {
 
  left: 120px !important;
 
}
 
#p-logo-text a.long {
 
  padding-top: 5px !important;
 
  padding-left: 6px !important;
 
  font-size: 30px !important;
 
  text-shadow: 1px 1px 1px #222 !important;
 
}
 
#p-search {
 
  width: 70em !important;
 
  padding-right: 33px !important;
 
}
 
#personal .dropdown h3 {
 
  line-height: 25px !important;
 
}
 
#personal h2 {
 
  text-shadow: 2px 2px 0 #333 !important;
 
  padding-top: 7px !important;
 
  font-size: 24px !important;
 
  text-transform: lowercase !important;
 
}
 
#personal .dropdown {
 
  background: #222!important;
 
  border: solid #000 !important;
 
}
 
.codeEditor-status {
 
  color: #000 !important;
 
}
 
.oo-ui-labelElement-label {
 
  text-shadow: 1px 2px #333 !important;
 
}
 
#iframeframe {
 
  height: 700px !important;
 
}
 
#wpSave {
 
  text-shadow: 2px 2px 2px #000 !important
 
}
 
#mw-footer-container {
 
  background: #000 !important;
 
  padding-top: 1em !important;
 
}
 
fieldset {
 
  background: #222!important;
 
  border: solid #111 !important;
 
}
 
input {
 
  background: #333 !important;
 
  border: solid 1px #111!important;
 
  border-radius: 2px !important;
 
  padding-left: 5px !important;
 
  color: #999 !important;
 
}
 
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type='submit'], input[type='button'], button {
 
  border: solid 1px #333!important;
 
  border-bottom: 0!important;
 
  text-shadow: 0 0 0 #000 !important;
 
  border-bottom: solid 1px #333!important;
 
}
 
.oo-ui-flaggedElement-destructive {
 
  background: #111 !important;
 
  border: 1px solid #444 !important;
 
  color: #FF3333 !important;
 
  padding-left: 15px !important;
 
  padding-right: 15px !important;
 
}
 
.oo-ui-flaggedElement-destructive:hover {
 
  background: #222 !important;
 
  color: #CC0000 !important;
 
}
 
#searchInput {
 
  border: 0!important;
 
}
 
@media screen and (max-width: 850px) {
 
#searchInput {
 
  padding: 0 0 0 6px !important;
 
}
 
}
 
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
 
  background-color: #333 !important;
 
  color: #fff !important;
 
}
 
.oo-ui-textInputWidget > .oo-ui-labelElement-label {
 
  line-height: 0.5em !important;
 
}
 
#pagehistory li.selected {
 
  background-color: #555 !important;
 
}
 
.warningbox {
 
  background: #1d1d16 !important;
 
}
 
a.new:hover, .new a:hover, a.new:visited, .new a:visited {
 
  color: #FF3333 !important;
 
}
 
.mw-plusminus-neg {
 
  color: #FF0000 !important;
 
}
 
#searchButton, #mw-searchButton {
 
  border: 0 !important;
 
  left: 38vw !important;
 
  right: 0 !important;
 
  margin-left: auto !important;
 
  margin-right: auto !important;
 
}
 
#mw-footer-container a:hover {
 
  color: #ffff33 !important;
 
}
 
#mw-footer-container a:visited {
 
  color: #ffff66 !important;
 
}
 
#mw-footer .footer-places li {
 
  float: right !important;
 
  display: block !important;
 
}
 
#mw-footer ul, #mw-footer li {
 
  margin: 0 auto !important;
 
}
 
#mw-footer #lastmod {
 
  float: left !important;
 
  left: 25px !important;
 
}
 
.diff-addedline .diffchange {
 
  background: #1d1d16 !important;
 
  padding-left: 7px !important;
 
}
 
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
 
  text-shadow: 0 0 0 #000 !important;
 
}
 
.oo-ui-labelElement-label {
 
  text-shadow: 0 0 0 #000
 
}
 
.oo-ui-panelLayout-expanded {
 
  background: #222 !important;
 
}
 
.oo-ui-messageDialog-message {
 
  color: #999 !important;
 
}
 
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
 
  color: #999 !important;
 
}
 
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
 
  border-right: 1px solid #111
 
}
 
.oo-ui-dialog-content > .oo-ui-window-body {
 
  outline: 1px solid #111 !important;
 
}
 
.oo-ui-messageDialog-content > .oo-ui-window-foot {
 
  outline: 1px solid #111 !important;
 
}
 
.wikiEditor-ui .wikiEditor-ui-view {
 
  border: 1px solid #000 !important;
 
}
 
.wikiEditor-ui .wikiEditor-ui-top {
 
  border-bottom: 1px solid #000 !important;
 
}
 
textarea[style] {
 
  background: #111 !important;
 
  color: #fff !important;
 
}
 
pre, .mw-code {
 
  background: #222 !important;
 
  color: #B0B0B0 !important;
 
  border: 1px solid #444 !important;
 
}
 
.oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon {
 
  background-color: #B0B0B0 !important;
 
  border: 1px solid #333 !important;
 
}
 

2019年11月10日 (日) 03:37的最新版本