|
|
Line 1: |
Line 1: |
| /*---HEADER---*/
| |
| #header{
| |
| background-image: url("https://wiki.twistedfates.net/w/images/c/c7/TwF_Wiki_Banner_1080w.png")!important;
| |
| background-repeat: no-repeat !important;
| |
| background-position: center;
| |
| background-size: full;
| |
| padding-top: 12%;
| |
| background-color: aqua;
| |
| heignt:100%;
| |
| }
| |
|
| |
|
|
| |
| /*---CATEGORY END---*/
| |
|
| |
| /*---TEXT FORMATTING/DECORATION---*/
| |
|
| |
| a:hover{
| |
| text-decoration:none;
| |
| color: #D4AF37;}
| |
|
| |
| header #logo h1{
| |
| display:none;
| |
| }
| |
|
| |
| h1#firstHeading{
| |
| display:none!important;
| |
| }
| |
|
| |
| @media screen {
| |
| #content a:hover, #sidebar a:hover, #prefooter a:hover {
| |
| color: rgb(249, 247, 244);
| |
| }
| |
| .mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document {
| |
| background-image: none;
| |
| padding: 0;
| |
| }
| |
| }
| |
|
| |
|
| |
| @media screen {
| |
| .mw-parser-output a.external, .link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document { background-image: none;
| |
| padding: 0;
| |
| }
| |
|
| |
| #content a:hover, #sidebar a:hover, #prefooter a:hover {
| |
| color: #fff;
| |
| animation: glow 1s ease-in-out infinite alternate !important;
| |
| -webkit-animation: glow 1s ease-in-out infinite alternate !important;
| |
| -moz-animation: glow 1s ease-in-out infinite alternate !important;
| |
| }
| |
|
| |
| @keyframes glow {
| |
| from {
| |
| text-shadow: 0 0 10px #fff,
| |
| 0 0 10px #fff,
| |
| 0 0 20px #00b8e6,
| |
| 0 0 30px #00d7e6,
| |
| 0 0 40px #00c4e6,
| |
| 0 0 50px #00d7e6,
| |
| 0 0 60px #00dee6;
| |
| }
| |
| to {
| |
| text-shadow: 0 0 20px #fff,
| |
| 0 0 10px #4d94ff,
| |
| 0 0 20px #4dbeff,
| |
| 0 0 30px #4dd5ff,
| |
| 0 0 40px #4dbeff,
| |
| 0 0 50px #4dc7ff,
| |
| 0 0 60px #4dc7ff;
| |
| }
| |
| }
| |
|
| |
|
| |
|
| |
| /*Edit List Appearance*/
| |
|
| |
|
| |
|
| |
| /*---CATEGORY END---*/
| |
|
| |
|
| |
| /*---UI EDIT---*/
| |
| .catlinks{
| |
| border-radius: 10px;
| |
| background-color: #142a2b;
| |
| border: none;
| |
| }
| |
|
| |
| .editOptions{
| |
| background-color: #07f2f260;
| |
| color: #FAF9F6;
| |
| border: none;
| |
| border-radius: 10px !important;
| |
| }
| |
|
| |
| input, textarea, select{
| |
| background-color: #142a2b;
| |
| color: #FAF9F6;
| |
| }
| |
|
| |
| /*---CATEGORY END---*/
| |