1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- /* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
- Edited by Daz - http://www.forumimages.com - last updated 26-06-03 */
- /* The content of the posts (body of text) */
- /* General page style */
- /* begin suggest post */
- .float-l {
- float : left ;
- }
-
- .form-suggest {
- height : 200px ;
- background : #DEE2D0 ;
- vertical-align : top;
- }
-
- .form-input input{
- font-size: 10px;
- }
- .hide{
- display:none;
- }
-
- .form-input textarea{
- font-size: 11px;
- width: 350px;
- }
-
- .form-label{
- font-size: 10px;
- font-weight: bold;
- line-height: 25px;
- padding-right: 10px;
- text-align: right;
- width: 100px;
- color: #39738F;
- }
-
- .font-9{
- font-size: 9px;
- }
-
- .form-topic{
- font-weight:bold;
-
- }
-
- .form-error{
- color:red;
- }
-
- .inline{
- display: inline;
- }
-
- .space-10{
- clear: both;
- font-size: 10px;
- height: 10px;
- line-height: 10px;
- }
-
- .suggest-success{
- color:green;
- padding-left:10px;
- font-size:11px;
- font-weight:bold;
- }
-
- .top{
- vertical-align: top;
- }
- /* end suggest post */
-
|