User:Dark/vector.css

From Calamity Mod Wiki
Jump to navigation Jump to search

CSS and Javascript changes must comply with the wiki design rules.


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: Clear the cache in Tools → Preferences
/*@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";
@font-face {
    font-family: AndyBold;
    src: url('https://images.wikia.nocookie.net/terraria/es/images/1/16/Andy_Bold.ttf');
}
body, .vector-body {
    font-family: Rubik
}

section {
    border: 1px rgb(156,81,38) solid;
    background-color: rgb(13,13,13)
}
.diff-addedline div {
    color: white
}
.diff-deletedline div {
   color: white 
}
.qdmodal header {
    color: rgb(156,81,38);
    background-color: rgb(15,14,13);
}
.qdmodal footer {
    background-color: rgb(15,14,13);
}
footer > .qdmodal-button {
    color: white 
}
.mw-diff-undo .qdmodal-button {
    color: white 
}
.mw-diff-edit .qdmodal-button {
    color: white 
}
.diff-lineno {
  color: rgb(156,81,38);  
}
.diff-side-deleted .comment > span {
    color: rgb(156,81,38); 
}

/* More modern appearance
#mw-panel, .mw-body, .vector-search-box-input, #searchInput, #simpleSearch  {
    border-radius: 4px;
    border-color: #f37f20;
}
.mw-body {
    margin-right: 30px;
    margin-left: 190px;
    padding-right: 30px;
}
#right-navigation {
   padding-right: 15px; 
}
#left-navigation {
   padding-left: 15px;  
}
#mw-panel {
    margin-left: 10px;
}
#footer-info-copyright div, #footer-info-lastmod {
    padding-left: 20px
}
.mw-footer {
    margin-right: 10px;
}
.mw-echo-notifications-badge {
    margin-top: 6px !important;
}
.mw-first-heading {
    font-family: AndyBold!important;
    border-color: #f37f20;
}
#pt-notifications-alert .mw-echo-notifications-badge::after, #pt-notifications-notice .mw-echo-notifications-badge::after {
   border-radius: 50%;
}
*/