]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/dialogs.css
"Comment" dialog css.
[irc/quakenet/qwebirc.git] / static / css / dialogs.css
1 /**************** LOGIN BOX *******************/
2 .qwebirc-loginbox {
3 height: 100%;
4 width: 100%;
5 vertical-align: middle;
6 }
7
8 .qwebirc-loginbox .tr1 {
9 width: 100%;
10 text-align: center;
11 }
12
13 .qwebirc-loginbox .tr2 {
14 width: 100%;
15 text-align: center;
16 }
17
18 .qwebirc-loginbox .tr2 td {
19 vertical-align: top;
20 }
21
22 .qwebirc-loginbox .tr1 td {
23 vertical-align: bottom;
24 }
25
26 .qwebirc-loginbox .tr2 table {
27 margin-left: auto;
28 margin-right: auto;
29 text-align: left;
30 }
31
32 /**************** CONFIRM LOGIN BOX *******************/
33 .qwebirc-confirmbox {
34 height: 100%;
35 width: 100%;
36 vertical-align: middle;
37 }
38
39 .qwebirc-confirmbox .tr1 td {
40 width: 100%;
41 vertical-align: bottom;
42 text-align: center;
43 }
44
45 .qwebirc-confirmbox .tr2 td {
46 width: 100%;
47 vertical-align: top;
48 text-align: center;
49 }
50
51 /**************** ABOUT PANE *******************/
52 .qwebirc-aboutpane {
53 background-color: lightgrey;
54 font-size: 1em !important;
55 padding-bottom: 5px;
56 }
57
58 .qwebirc-aboutpane .mainbody {
59 font-size: 0.8em;
60 text-align: center;
61 padding: 5px;
62 }
63
64 .qwebirc-aboutpane table {
65 display: inline-block;
66 }
67
68 .qwebirc-aboutpane div.header {
69 padding-top: 5px;
70 }
71
72 .qwebirc-aboutpane .header {
73 background: white;
74 text-align: center;
75 border-bottom: 1px solid gray;
76 padding-bottom: 5px;
77 }
78
79 .qwebirc-aboutpane .header .title {
80 font-size: 4em;
81 }
82
83 .qwebirc-aboutpane .header .subtitle {
84 text-align: center;
85 margin-top: 10px;
86 }
87
88 .qwebirc-aboutpane .skipmargin {
89 margin-top: 0px;
90 }
91
92 /**************** EMBEDDED WIZARD *******************/
93 div.qwebirc-embeddedwizard {
94 padding-left: 5px;
95 padding-top: 2px;
96 }
97
98 .qwebirc-embeddedwizard input.text {
99 width: 300px;
100 }
101
102 .qwebirc-embeddedwizard input.iframetext {
103 width: 95%;
104 }
105
106 .qwebirc-embeddedwizard div.wizardcontrols {
107 position: absolute;
108 bottom: 3px;
109 right: 6px;
110 }
111
112 .qwebirc-embeddedwizard .wizardcontrols input {
113 width: 70px;
114 }