New Journal Skin?

1 min read

Deviation Actions

LightMyStar's avatar
By
Published:
379 Views
I dunno about this one...I wanna change it a bit.

© 2012 - 2024 LightMyStar
Comments14
Join the community to add your comment. Already a deviant? Log In
RetSamys's avatar
OK, hm... we'd have to change more things, because you can't just make a border out of a pattern. So, we actually have to make a box on top of the pattern background. First, let's make it a full pattern without a border by replacing
.journalbox {
background-color:#393939 !important;
border:40px #203040 solid !important;
background-image:url([link]);
background-position:top left;
background-repeat:repeat;
}

with

.journalbox .list li {
background-color:#203040 !important;
color:#99B4CC !important;
}
.journalbox .list li.a {
background-color:#FFFFFF !important;
color:#99B4CC !important;
}
.journalbox h2 {
color:#FFFFFF !important;
}
.journalbox h2 a {
color:#FFFFFF !important;
}
.journalbox .journaltop {
background-color:#203040;
text-align:center !important;
color:#393939 !important;
}

.journalbox a {
color:#808080 !important;
}
.journalbox a:hover {
color:#C0C0C0 !important;
}
.journalbox .journalbottom a.commentslink {
color:#808080 !important;
}
.journalbox .journalbottom a.prevlink {
color:#808080 !important;
}
.journalbox .journalbottom a.commentslink:hover {
color:#C0C0C0 !important;
}
.journalbox .journalbottom a.prevlink:hover {
color:#C0C0C0 !important;
}

.journalbox .journaltext {
font-size:12pt !important;
color:#FFFFFF !important;
}
.journalbox .journalbottom {
background-color:#354F69 !important;
padding-top:6px;
}
.journalbox .journaltext {
background-color:#203040 !important;
font-size:12pt !important;
color:#FFFFFF !important;
}
.journalbox .journaltop img {
display:none !important;
}


.... I hope that does it...