From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
433 bytes removed
, 05:49, 28 April 2020
|
|
(39 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| div#content{
| | /* CSS placed here will affect this user of the Vector skin */ |
| background:#282828;
| |
| color:#FFFFFF;
| |
| }
| |
| | |
| a.visited{
| |
| color:#006ECB;
| |
| }
| |
| | |
| a{
| |
| color:#47B9EA;
| |
| }
| |
| | |
| div.vectorTabs ul li.selected{
| |
| background: #000000;
| |
| background: -moz-linear-gradient(center top,#CC0000,#282828);
| |
| background: -webkit-linear-gradient(top,#CC0000,#282828);
| |
| background: -o-linear-gradient(top,#CC0000,#282828);
| |
| background: -ms-linear-gradient(top,#CC0000,#282828);
| |
| background: linear-gradient(top,#CC0000,#282828;
| |
| color: #DFDFDF;
| |
| }
| |
| | |
| div.vectorTabs li.selected a{
| |
| color: #FFFFFF;
| |
| }
| |