Blame Identity/Webenv/App/Punbb/style/imports/base.css

f2e824
/****************************************************************/
f2e824
/* 1. INITIAL SETTINGS */
f2e824
/****************************************************************/
f2e824
f2e824
.pun TABLE, .pun DIV, .pun FORM, .pun P, .pun H1, .pun H2, .pun H3,
f2e824
.pun H4, .pun PRE, .pun BLOCKQUOTE, .pun UL, .pun OL, .pun LI, .pun DL,
f2e824
.pun DT, .pun DD, .pun TH, .pun TD, .pun FIELDSET, .pun IMG {
f2e824
	MARGIN: 0px;
f2e824
	PADDING: 0px;
f2e824
	FONT-WEIGHT: normal;
f2e824
	LIST-STYLE: none;
f2e824
}
f2e824
f2e824
.pun IMG {BORDER: none}
f2e824
f2e824
.pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {MARGIN: 0}
f2e824
f2e824
/****************************************************************/
f2e824
/* 2. STRUCTURAL SETTINGS - VERY IMPORTANT - DO NOT CHANGE */
f2e824
/****************************************************************/
f2e824

f2e824
/* 2.1 Clearing floats and invisible items */
f2e824
.pun .clearer, .pun .nosize {
f2e824
	HEIGHT: 0;
f2e824
	WIDTH: 0;
f2e824
	LINE-HEIGHT: 0;
f2e824
	FONT-SIZE: 0;
f2e824
	OVERFLOW: hidden
f2e824
}
f2e824
f2e824
.pun .clearer, .pun .clearb {CLEAR: both}
f2e824
.pun .nosize {POSITION: absolute; LEFT: -10000px}
f2e824

f2e824
/* 2.2 Overflow settings for posts */
f2e824

f2e824
DIV.blockpost DIV.box, DIV.postleft, DIV.postsignature, DIV.postmsg {OVERFLOW: hidden}
f2e824
f2e824
/****************************************************************/
f2e824
/* 3. BUG FIXES - VERY IMPORTANT - DO NOT CHANGE */
f2e824
/****************************************************************/
f2e824
f2e824
/* 3.1 This attempts to eliminate rounding errors in Gecko browsers. */
f2e824
f2e824
DIV>DIV>DIV.postfootleft, DIV>DIV>DIV.postfootright {PADDING-TOP: 1px; MARGIN-TOP: -1px}
f2e824

f2e824
/* 3.2 This is only visible to IE6 Windows and cures various bugs. Do not alter comments */
f2e824

f2e824
/* Begin IE6Win Fix \*/
f2e824
* HTML .inbox, * HTML .inform, * HTML .pun, * HTML .intd, * HTML .tclcon {HEIGHT: 1px}
f2e824
* HTML .inbox DIV.postmsg {WIDTH: 98%}
f2e824
/* End of IE6Win Fix */
f2e824

f2e824
/* 3.3 This is the equivelant of 3.2 but for IE7. It is visible to other browsers
f2e824
but does no harm */
f2e824

f2e824
/*Begin IE7Win Fix */
f2e824
.pun, .pun .inbox, .pun .inform, .pun .intd, .pun .tclcon {min-height: 1px}
f2e824
/* End of IE7Win Fix */
f2e824
f2e824
/****************************************************************/
f2e824
/* 4. HIDDEN ELEMENTS */
f2e824
/****************************************************************/
f2e824
f2e824
/* These are hidden in normal display. Add comments to make them visible */
f2e824
f2e824
#brdfooter H2, #brdstats H2, #brdstats .conl DT, #brdstats .conr DT,
f2e824
#modcontrols DT, #searchlinks DT, DIV.postright H3 {
f2e824
	POSITION: absolute;
f2e824
	DISPLAY: block;
f2e824
	OVERFLOW: hidden;
f2e824
	WIDTH: 1em;
f2e824
	LEFT: -999em
f2e824
}
f2e824
f2e824
/****************************************************************/
f2e824
/* 5. BOX CONTAINERS AND FLOATS */
f2e824
/****************************************************************/
f2e824
f2e824
/* 5.1. Setup all left and right content using floats. */  
f2e824
f2e824
.conr {
f2e824
	FLOAT: right;
f2e824
	TEXT-ALIGN: right;
f2e824
	CLEAR: right;
f2e824
	WIDTH: 40%
f2e824
}
f2e824
f2e824
.conl {
f2e824
	FLOAT: left;
f2e824
	WIDTH: 55%;
f2e824
	OVERFLOW: hidden;
f2e824
	WHITE-SPACE: nowrap
f2e824
}
f2e824
f2e824
LABEL.conl {
f2e824
	WIDTH: auto;
f2e824
	OVERFLOW: visible;
f2e824
	MARGIN-RIGHT: 10px
f2e824
}
f2e824
f2e824
/* 5.2 Set up page numbering and posts links */
f2e824
f2e824
DIV.linkst .conl, DIV.linksb .conl, DIV.postlinksb .conl {WIDTH:18em}
f2e824
f2e824
DIV.linkst .conr, DIV.linksb .conr, DIV.postlinksb .conr {WIDTH:16em}
f2e824
f2e824
FORM DIV.linksb .conr {WIDTH: 32em}
f2e824
f2e824
/* 5.3 Keep breadcrumbs from shifting to the right when wrapping */
f2e824
f2e824
.linkst UL, linksb UL, .postlinksb UL {MARGIN-LEFT: 18em}
f2e824
f2e824
/* 5.4 Settings for Profile and Admin interface.*/
f2e824

f2e824
DIV.block2col {PADDING-BOTTOM: 1px}
f2e824
f2e824
DIV.block2col DIV.blockform, DIV.block2col DIV.block, #viewprofile DD {MARGIN-LEFT: 14em}
f2e824
f2e824
DIV.blockmenu, #viewprofile DT {
f2e824
	FLOAT:left;
f2e824
	WIDTH: 13em
f2e824
}
f2e824
f2e824
#profileavatar IMG {
f2e824
	FLOAT: right;
f2e824
	MARGIN-LEFT: 1em
f2e824
}
f2e824
f2e824
#viewprofile DL {FLOAT: left; WIDTH: 100%; OVERFLOW: hidden}
f2e824
f2e824
/****************************************************************/
f2e824
/* 6. TABLE SETUP */
f2e824
/****************************************************************/
f2e824
f2e824
/* 6.1 Table Basic Setup */
f2e824
f2e824
.pun TABLE {WIDTH: 100%}
f2e824
f2e824
/* 6.2 Fixed Table Setup */
f2e824
f2e824
#punindex TABLE, #vf TABLE {TABLE-LAYOUT: fixed}
f2e824
f2e824
.tcl {TEXT-ALIGN: left; WIDTH: 50%}
f2e824
f2e824
.tc2, .tc3, .tcmod {WIDTH: 9%; TEXT-ALIGN: center}
f2e824
f2e824
.tcr {WIDTH: 32%; TEXT-ALIGN: left}
f2e824
f2e824
#punsearch #vf .tcl, #punmoderate #vf .tcl {WIDTH: 41%}
f2e824
f2e824
#punsearch #vf .tc2 {WIDTH: 18%; TEXT-ALIGN: left}
f2e824
f2e824
.tcl, .tcr {OVERFLOW: HIDDEN}
f2e824
f2e824
/* 6.3 Other Table Setup */
f2e824
f2e824
#users1 .tcl {WIDTH: 40%}
f2e824
f2e824
#users1 .tcr {WIDTH: 25%}
f2e824
f2e824
#users1 .tc2 {WIDTH: 25%; TEXT-ALIGN: left}
f2e824
f2e824
#users1 .tc3 {WIDTH: 10%; TEXT-ALIGN: center}
f2e824
f2e824
#debug .tcr {WIDTH: 85%; WHITE-SPACE: normal}
f2e824
f2e824
#punindex TD.tcr SPAN.byuser {DISPLAY: block}
f2e824
f2e824
/****************************************************************/
f2e824
/* 7. VIEWTOPIC SETUP */
f2e824
/****************************************************************/
f2e824
f2e824
/* 7.1 This is the basic structure. */
f2e824
f2e824
DIV.postleft, DIV.postfootleft {
f2e824
	FLOAT:left;
f2e824
	WIDTH: 18em;
f2e824
	OVERFLOW: hidden;
f2e824
	POSITION: relative;
f2e824
}
f2e824
	
f2e824
DIV.postright, DIV.postfootright {
f2e824
	BORDER-LEFT-WIDTH: 18em;
f2e824
	BORDER-LEFT-STYLE: solid
f2e824
}
f2e824
f2e824
DIV.postfootright, P.multidelete {TEXT-ALIGN: right}
f2e824

f2e824
DIV.blockpost>DIV>DIV.inbox {PADDING-BOTTOM: 1px}
f2e824
f2e824
/* 7.3 This is the div which actually contains the post and is inside .postright */
f2e824
f2e824
DIV.postmsg {WIDTH:100%}
f2e824
f2e824
/* 7.4 These items control overflow and scrolling within posts. */
f2e824
f2e824
DIV.incqbox {WIDTH: 100%; OVERFLOW: hidden}
f2e824
DIV.scrollbox {WIDTH: 100%; OVERFLOW: auto}
f2e824
IMG.postimg {max-width: 100%}
f2e824
A .postimg {max-width: 100%}
f2e824
f2e824
/* 7.5 Turn off the poster information column for preview */
f2e824
f2e824
#postpreview DIV.postright {BORDER-LEFT: none}
f2e824
f2e824
/* 7.6 Create the horizontal line above signatures */
f2e824
f2e824
DIV.postsignature HR {
f2e824
	MARGIN-LEFT: 0px;
f2e824
	WIDTH: 200px;
f2e824
	TEXT-ALIGN: left;
f2e824
	HEIGHT: 1px;
f2e824
	BORDER:none
f2e824
}
f2e824
f2e824
/* 7.7 Maximum height for search results as posts. Position go to post link */
f2e824
f2e824
DIV.searchposts DIV.postmsg {HEIGHT: 8em}
f2e824
DIV.searchposts DD P {PADDING-TOP: 3em}
f2e824
f2e824
/* 7.8 Class for bbcode [u] */
f2e824
f2e824
SPAN.bbu {TEXT-DECORATION: underline}
f2e824
f2e824
/****************************************************************/
f2e824
/* 8. LISTS SPECIAL SETTINGS */
f2e824
/****************************************************************/
f2e824
f2e824
/* 8.1 Horizontal display of online list, main navigation menu and breadcrumbs */
f2e824
f2e824
#onlinelist DD, #onlinelist DT, #brdmenu LI, DIV.linkst LI, DIV.linksb LI, DIV.postlinksb LI,
f2e824
DIV.postfootright LI, UL.bblinks LI {
f2e824
	DISPLAY: inline;
f2e824
	HEIGHT: 0
f2e824
}
f2e824
f2e824
/* 8.2 Turn on square icon for posterror list */
f2e824
f2e824
#posterror UL LI {LIST-STYLE: square inside}
f2e824
f2e824
/* 8.3 Right alignment of descriptions in ordinary member view of other members profiles */
f2e824
f2e824
#viewprofile DT {TEXT-ALIGN: right}
f2e824
f2e824
/****************************************************************/
f2e824
/* 9. FORM SETTINGS */
f2e824
/****************************************************************/
f2e824
f2e824
/* 9.1 Makes textareas and long text inputs shrink with page */
f2e824
f2e824
DIV.txtarea {WIDTH: 75%}
f2e824
f2e824
DIV.txtarea TEXTAREA, INPUT.longinput {WIDTH: 100%}
f2e824
f2e824
.pun LABEL {DISPLAY: block}
f2e824
f2e824
#qjump SELECT {WIDTH: 50%}
f2e824
f2e824
/****************************************************************/
f2e824
/* 10. HELP FILES AND MISC. */
f2e824
/****************************************************************/
f2e824
f2e824
/* 10.1 Put some space between sections of the help file */
f2e824
f2e824
#helpfile H2 {MARGIN-TOP: 12px}
f2e824
f2e824
/* 10.2 Internal padding */
f2e824
f2e824
#helpfile DIV.box {PADDING: 10px}
f2e824
f2e824
/* 10.3 Other templates */
f2e824
f2e824
#punredirect DIV.block, #punmaint DIV.block {MARGIN: 50px 20% 12px 20%}