mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-04 18:12:30 +01:00
53ee03b020
* Checkpoint * Finish making every ref webp * Replace all imgur.webp links with png
33 lines
662 B
CSS
33 lines
662 B
CSS
/*Game guide link CSS from 2010 site rip*/
|
|
.articlesMore {
|
|
height: 23px;
|
|
padding-right: 8px;
|
|
line-height: 20px;
|
|
text-align: right;
|
|
background: url(../../img/main/home/articles_more_bgcfcd.webp) no-repeat;
|
|
}
|
|
|
|
|
|
/*2009Scape brand color (used mainly for text color in banner message*/
|
|
.brandingColor {
|
|
color: #ffd800;
|
|
}
|
|
|
|
|
|
/* Homepage Updates Table (News)
|
|
Custom line-height of 24px aligns left & right page colums */
|
|
table.Updates{
|
|
width: 460px;
|
|
color: #DFC89D;
|
|
line-height: 24px;
|
|
}
|
|
table.Updates td.UpdatesCategory{
|
|
width: 105px;
|
|
text-align: center;
|
|
}
|
|
table.Updates td.UpdatesDate{
|
|
width: 92px;
|
|
text-align: right;
|
|
}
|
|
/* x More News / Devblog panel */
|