Main Page

User:Perseonn/common.css

From Arks-Visiphone
Jump to navigation Jump to search

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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
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;
}