source: extensions/oAuth/admin/template/style.css @ 20324

Last change on this file since 20324 was 20324, checked in by mistic100, 11 years ago

complete language files

File size: 1.7 KB
Line 
1.showInfo {
2  position:static;
3  display:inline-block;
4  padding:1px 6px;
5  width:4px;
6  height:14px;
7  line-height:14px;
8  font-size:0.8em;
9}
10
11h4 {
12  text-align:left !important;
13}
14
15div.help {
16  display:none;
17}
18
19#providers h4 {
20  margin-bottom:0;
21  padding-bottom:0;
22}
23
24.provider table {
25  border:1px solid #7e7e7e;
26  padding:0 3px 0 0;
27  border-radius:3px;
28  text-align:left;
29  margin:0;
30}
31.provider.enabled table {
32  background:rgba(0,200,0,0.1);
33}
34.provider.disabled table {
35  background:rgba(256,0,0,0.1);
36}
37  .provider table tr td:first-child {
38    vertical-align:top;
39  }
40  .provider table tr td.keys {
41    padding-left:10px;
42  }
43  .provider label {
44    display:block;
45    font-weight:bold;
46  }
47  .provider input {
48    width:400px;
49    padding:1px;
50    margin:2px 0 4px 2px;
51    border-radius:2px;
52  }
53  .provider img {
54    margin:5px;
55  }
56.Wordpress, .OpenID, .Flickr {
57  display:inline-block;
58}
59 
60#help_container {
61  position:fixed;
62  right:0;
63  top:25%;
64  width:500px;
65  margin-right:-550px;
66  background:#e7e7e7;
67  color:#222;
68  border:1px solid #222;
69  box-shadow:3px 3px 3px rgba(0,0,0,0.3);
70  border-radius:10px 0 0 10px;
71  padding:5px;
72}
73  #help_container ol {
74    padding-left:25px;
75    margin:0;
76  }
77  #help_container li {
78    margin:5px 0 0 0;
79  }
80  #help_container h5 {
81    float:left;
82    top:5px;
83    font-size:14px;
84    margin:0 0 0 10px;
85  }
86  a#close_help {
87    color:red;
88    float:left;
89    display:block;
90    font-weight:bold;
91    font-size:18px;
92    width:15px;
93    height:16px;
94    line-height:14px;
95    border:1px solid transparent;
96    margin-left:-23px;
97    border-radius:3px;
98  }
99    a#close_help:hover {
100      border-color:red;
101    }
102  #help_container div {
103    padding:15px 5px 5px 5px;
104  }
105  #help_container em {
106    color:#CB4B16;
107  }
108 
Note: See TracBrowser for help on using the repository browser.