Files
aowow/static/css/petcalc.css
Sarjuuk 1dfc469d43 - implemented comments (in general and as preview on account page & latest comments)
- partially implemented site reputation (required to grant privileges to comments)
- reworked 'home'-page (the news-box is now as configurable as you want)
- removed some ancient compatibility-code for IE67 (srsly, its 2014!)
- dropped associated stylesheets, reviewed the rest
- split some user-restrictions to trigger on insufficient siteRep
- added text-page: Markup-Guide
- implemented new class to handle Markup

- bugfixes [TM]

- also you will need to reapply the db-dumps (you may want do save account*, news,
reports, ..)
2014-07-30 22:10:34 +02:00

60 lines
921 B
CSS

#pc-classes {
width:946px;
margin:0 auto;
padding-bottom:10px;
}
#pc-classes-inner {
width:874px;
margin:0 auto;
text-align:center;
z-index:3;
}
#pc-classes p {
font-size:32px;
margin:0 0 16px 0;
padding:0;
text-align:center;
}
#pc-classes .iconmedium {
float:left;
margin-right:2px;
margin-bottom:2px;
opacity:.6666;
filter:alpha(opacity=66);
}
#pc-classes .iconmedium-gold-selected {
opacity:1;
filter:alpha(opacity=100);
}
#pc-classes.choose {
position:relative;
padding:0;
}
#pc-classes.choose #pc-classes-outer {
width:614px;
}
#pc-classes.choose #pc-classes-inner {
position:absolute;
left:54px;
top:150px;
width:506px;
}
#pc-classes.choose .iconmedium {
opacity:1;
filter:alpha(opacity=100);
}
#pc-itself.choose .talentcalc-main {
width:614px;
height:554px!important;
margin-left:0;
}