summaryrefslogtreecommitdiffstats
path: root/css/firstrun.css
blob: 1e2feabb2c3b74c73eec65f37287a1f0969a802e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**
 * when there are no feeds in the db
 */
#firstrun {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -25em;
    margin-top: -10em;
    width: 50em;
    height: 20em;
    text-align: center;
    font-weight:bold;
    font-size:1.5em;
    color:#777;
}

    #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin: .5em 0 1em 0; }
    #firstrun .button { font-size: 0.7em; }

    #firstrun #selections {
        font-size:0.8em;
        margin: 2em auto 2em 10em;
        clear: both;
    }

    #firstrun #feed_add_url { width:20em; }

    #firstrun #selections #addfeed_dialog_firstrun, #firstrun #selections #importopml_dialog_firstrun {
	width:40em;
	border:1px solid;
	border-color: gray;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
    }

    #firstrun #selections #addfeed_dialog_firstrun {
    	height:5em;
    }

    #firstrun #selections #importopml_dialog_firstrun {
    	height:4em;
    }

#file_upload_start {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    z-index:1001;
    width:0;
    height:0;
}