Main Page
Difference between revisions of "User:Perseonn/common.css"
Jump to navigation
Jump to search
(Perseonn moved page User:Perseonn/common.css to User:Perseonn/vector.css) |
|||
Line 1: | Line 1: | ||
− | + | table.repha-table th a, | |
+ | .btn-primary a { | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | .btn-primary a:hover { | ||
+ | color:#f4eff1; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .text-color-1{ | ||
+ | color: #F4EFF1; | ||
+ | } | ||
+ | .text-color-2{ | ||
+ | color: #F5D4D2; | ||
+ | } | ||
+ | .text-color-3{ | ||
+ | color: #F3AABC; | ||
+ | } | ||
+ | .text-color-4{ | ||
+ | color: #F6DEE6; | ||
+ | } | ||
+ | |||
+ | .infobox-header, | ||
+ | table.repha-table th, | ||
+ | .text-color-5{ | ||
+ | color: #E1808E; | ||
+ | } | ||
+ | |||
+ | .form-group:nth-child(2n+0), | ||
+ | table.repha-table tr:nth-child(2n+0), | ||
+ | .bg-color-1{ | ||
+ | background-color: #F4EFF1; | ||
+ | } | ||
+ | |||
+ | .bg-color-2{ | ||
+ | background-color: #F5D4D2; | ||
+ | } | ||
+ | |||
+ | .bg-color-3{ | ||
+ | background-color: #F3AABC ; | ||
+ | } | ||
+ | |||
+ | .infobox-header, | ||
+ | table.repha-table th, | ||
+ | .bg-color-4{ | ||
+ | background-color: #F6DEE6; | ||
+ | } |
Revision as of 08:57, 10 May 2017
table.repha-table th a, .btn-primary a { color:#ffffff; } .btn-primary a:hover { color:#f4eff1; text-decoration:none; } .text-color-1{ color: #F4EFF1; } .text-color-2{ color: #F5D4D2; } .text-color-3{ color: #F3AABC; } .text-color-4{ color: #F6DEE6; } .infobox-header, table.repha-table th, .text-color-5{ color: #E1808E; } .form-group:nth-child(2n+0), table.repha-table tr:nth-child(2n+0), .bg-color-1{ background-color: #F4EFF1; } .bg-color-2{ background-color: #F5D4D2; } .bg-color-3{ background-color: #F3AABC ; } .infobox-header, table.repha-table th, .bg-color-4{ background-color: #F6DEE6; }