mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
- Having some trouble including all images - main application for the statistics dashboard still needs a link from static website integrated
85 lines
1.2 KiB
CSS
85 lines
1.2 KiB
CSS
a.top:link {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
a.top:visited {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
a.top:hover {
|
|
color: #FF9000;
|
|
text-decoration: underline;
|
|
}
|
|
a.top:active {
|
|
color: #FF9000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
|
|
a.black:link {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
a.black:visited {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
a.black:hover {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
a.black:active {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
|
|
a.white:link {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
a.white:visited {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
a.white:hover {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
a.white:active {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.font1
|
|
{
|
|
font-size: 14px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #000000;
|
|
}
|
|
|
|
.font2
|
|
{
|
|
font-size: 12px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.font3
|
|
{
|
|
font-size: 14px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.font4
|
|
{
|
|
font-size: 12px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
|
|
} |