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

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

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

2019年11月10日 (日) 02:30的版本

/* 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;
}