2009scape-website/site/2009scape-resources/css/2009scape.css
Dan G 53ee03b020
Convert all local png references to webp (#190)
* Checkpoint

* Finish making every ref webp

* Replace all imgur.webp links with png
2022-11-13 21:45:52 +09:00

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 */