Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / css / dashboard.css @ 126:2208b859d14c

History | View | Annotate | Download (2.32 KB)

1
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
2
                                margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
3
                        }
4
                        :focus { outline: 0; }*/
5
                        ol, ul { list-style: none; }
6
                        /* tables still need 'cellspacing="0"' in the markup 
7
                        table { border-collapse: separate; border-spacing: 0; }
8
                        caption, th, td { text-align: left; font-weight: normal; }
9
                        blockquote:before, blockquote:after,
10
                        q:before, q:after { content: ""; }
11
                        blockquote, q { quotes: "" ""; }*/
12
                        
13
                        /*body { line-height: 1.3; color: #333; background: #fff; font-family:Helvetica; }*/
14
                        #bodyDiv {width:350px; height:233px;float:left; margin:5px 10px 10px 10px;}
15
                        #bodyDiv2 {width:350px; height:233px;float:left; margin:15px 15px 15px 15px;}
16
                                #ex1{ width:50%; margin: 40px auto; }
17
                                
18
                                #ex2{ width: 234px; margin:10px auto; }
19
                        
20
                                .b_greyWhiteStroke{position: relative; border-color: #dce3e7;}
21
                                
22
                                        .TL, .BL, .TR, .BR{ width: 6px; height: 6px; position: absolute; background-repeat: no-repeat; background-color: transparent; z-index: 9999 !important; }
23
                                
24
                                        .TL{  top:0; left:0;}
25
                                        .BL{  bottom: 0; left: 0;}
26
                                        .TR{  top:0; right:0;}
27
                                        .BR{  bottom: 0; right: 0;}
28
                                        
29
                                        .b_greyWhiteStroke .TL{ background-image: url(images/grey_whitestroke_tl.png);}
30
                                        .b_greyWhiteStroke .BL{ background-image: url(images/grey_whitestroke_bl.png);}
31
                                        .b_greyWhiteStroke .TR{ background-image: url(images/grey_whitestroke_tr.png);}
32
                                        .b_greyWhiteStroke .BR{ background-image: url(images/grey_whitestroke_br.png);}
33
                                                                
34
                                        .b_innerContainer{ border-width: 1px; border-style: solid; padding: 2px 2px 8px; }
35
                                        .b_greyWhiteStroke .b_innerContainer{ border-color: #dce3e7; }
36
                                        
37
                                        
38
                                        
39
                                                .b_innerContainer h2{ font-size: 15px; font-weight: bold; padding: 6px 8px; color: #6d7a81; background: url(images/h2_grey.gif) top left repeat-x #f4f6f7; border-bottom: 1px solid #dbe2e6; }
40
                                                .b_innerContainer p{ font-size:11px; padding:8px;}
41