Docs
This commit is contained in:
62
docs/radar_developmemt_files/vbulletin_important.css
Normal file
62
docs/radar_developmemt_files/vbulletin_important.css
Normal file
@@ -0,0 +1,62 @@
|
||||
/*======================================================================*\
|
||||
|| #################################################################### ||
|
||||
|| # vBulletin 3.8.2
|
||||
|| # ---------------------------------------------------------------- # ||
|
||||
|| # Copyright <20>2000-2009 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|
||||
|| # This file may not be redistributed in whole or significant part. # ||
|
||||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|
||||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|
||||
|| #################################################################### ||
|
||||
\*======================================================================*/
|
||||
|
||||
/* Definitions we expect */
|
||||
form {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.inlineimg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.vbmenu_hilite * {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Auto-clearing of floats */
|
||||
.floatcontainer:after, .block_row:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
.floatcontainer, .block_row {
|
||||
display: inline-block;
|
||||
}
|
||||
/* IE-Mac hide \*/
|
||||
* html .floatcontainer, * html .block_row {
|
||||
height: 1%;
|
||||
}
|
||||
.floatcontainer, .block_row {
|
||||
display: block;
|
||||
}
|
||||
/* End IE-Mac hide */
|
||||
|
||||
/*======================================================================*\
|
||||
|| ####################################################################
|
||||
|| # Downloaded: 21:55, Wed Apr 2nd 2008
|
||||
|| # CVS: $RCSfile$ - $Revision: 15827 $
|
||||
|| ####################################################################
|
||||
\*======================================================================*/
|
Reference in New Issue
Block a user