punbb/style/Oxygen/Oxygen_ie7.css
changeset 6 5e1f1e916419
equal deleted inserted replaced
5:e3d7322305bf 6:5e1f1e916419
       
     1 /*************************************************************
       
     2 A - SETUP
       
     3 **************************************************************/
       
     4 	
       
     5 /* Start from scratch
       
     6 ----------------------------------------------------------=--*/
       
     7 
       
     8 .main table {
       
     9 	border-collapse: collapse
       
    10 	}
       
    11 
       
    12 .pun legend {
       
    13 	margin-left: -7px;
       
    14 	}
       
    15 
       
    16 	
       
    17 /* Make the skip link work
       
    18 ----------------------------------------------------------=--*/
       
    19 
       
    20 .ietabfix:active, #pun-main {
       
    21 	zoom: 1;
       
    22 	}
       
    23 
       
    24 /* Welcome Box
       
    25 ----------------------------------------------------------=--*/
       
    26 
       
    27 #pun-visit {
       
    28 	zoom: 1;
       
    29 	}
       
    30 	
       
    31 /* Alert Box
       
    32 ----------------------------------------------------------=--*/
       
    33 
       
    34 #pun-alert, #pun-alert h1 {
       
    35 	zoom: 1;
       
    36 	}
       
    37 
       
    38 
       
    39 /* Statistics
       
    40 -------------------------------------------------------------*/
       
    41 
       
    42  #pun-info {
       
    43  	min-height: 1px;
       
    44  	}
       
    45  
       
    46  #pun-info #stats ul, #pun-info #onlinelist {
       
    47  	min-height: 1px;
       
    48  	}
       
    49 	
       
    50 /* About Box (Footer / Copyright / Jump Menu)
       
    51 ----------------------------------------------------------=--*/
       
    52 
       
    53 #pun-about {
       
    54 	min-height: 1px;
       
    55 	}
       
    56 
       
    57 /* Paging and Posting
       
    58 ----------------------------------------------------------=--*/
       
    59 	
       
    60 .main .paged-head,
       
    61 .main .paged-foot,
       
    62 .main .paged-foot .submitting {
       
    63 	min-height: 1px;
       
    64 	}
       
    65 	
       
    66 /* Main Headings
       
    67 ----------------------------------------------------------=--*/
       
    68 	
       
    69 .main .main-head,
       
    70 .main .main-foot {
       
    71 	min-height: 1px;
       
    72 	}
       
    73 	
       
    74 /* Tabbed Navigation
       
    75 -------------------------------------------------------------*/
       
    76 	
       
    77 .main .main-nav {
       
    78 	min-height: 1px;
       
    79 	}
       
    80 	
       
    81 
       
    82 /* Forms
       
    83 -------------------------------------------------------------*/
       
    84 	
       
    85 .frm .frm-set div,
       
    86 .frm .link,
       
    87 .frm .frm-group,
       
    88 .frm .radbox {
       
    89 	min-height: 1px;
       
    90 	}
       
    91 	
       
    92 .radbox input,
       
    93 .post-select input {
       
    94 	height: 13px;
       
    95 	width: 13px;
       
    96 	}
       
    97 	
       
    98 .pun span.submit input,
       
    99 .pun span.cancel input {
       
   100 	padding-bottom: 0;
       
   101 	}
       
   102 
       
   103 .pun .frm,
       
   104 .frm .profile {
       
   105 	min-height: 1px
       
   106 	}
       
   107 
       
   108 .frm .profile .sig-demo {
       
   109 	min-height: 1px;
       
   110 	}
       
   111 
       
   112 .frm .radbox label {
       
   113 	float: left;
       
   114 	}
       
   115 	
       
   116 .main .dataset, .main .datagrid {
       
   117 	min-height: 1px;
       
   118 	}
       
   119 	
       
   120 
       
   121 /* Posts
       
   122 -------------------------------------------------------------*/
       
   123 
       
   124 .main .topic, .main .post, .main .post .postbody, .main .topic .post .postfoot {
       
   125 	min-height: 1px;
       
   126 	position: relative;
       
   127 	}
       
   128 	
       
   129 .main .post .user {
       
   130 	min-height: 1px;
       
   131 	position: relative;
       
   132 	}
       
   133 
       
   134 * html .entry-content .codebox pre { /* 6 Only */
       
   135 	overflow: visible;
       
   136 	overflow-x:auto;
       
   137 	padding-bottom: 2em;
       
   138 	}
       
   139   
       
   140 .entry-content .codebox pre { /* 7 Only */
       
   141 	min-height: 3em
       
   142 	}
       
   143 	
       
   144 	
       
   145