Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / css / openid.css
1 body {
2   font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
3 }
4 #openid_form {
5   width: 470px; 
6 }
7 #openid_form legend {
8   font-weight: bold;
9 }
10 #openid_choice {
11   display: none;
12 }
13 #openid_input_area {
14   clear: both;
15 }
16 #openid_btns {
17   height: 66px;
18   margin-bottom: 10px;
19 }
20 #openid_btns br {
21   clear: both;
22 }
23 #openid_highlight {
24   padding: 3px;
25   background-color: #FFFCC9;
26   float: left;
27 }
28 #openid_url {
29   margin: 0px !important;
30   width: 250px;
31   background: #FFF url(../images/openid-inputicon.gif) no-repeat scroll 0 50%;
32   padding-left:18px;
33 }
34 .openid_large_btn {
35   width: 100px;
36   height: 60px;
37   border: 1px solid #DDD;
38   margin: 3px;
39   float: left;
40 }
41 .openid_small_btn {
42   width: 24px;
43   height: 24px;
44   border: 1px solid #DDD;
45   margin: 3px;
46   float: left;
47 }
48 .google {
49   background: #FFF url(../images/google.gif) no-repeat center center;
50 }
51 .yahoo {
52   background: #FFF url(../images/yahoo.gif) no-repeat center center;
53 }
54
55 a.openid_large_btn:hover {
56   outline: none;
57   border: 1px solid #030303;
58 }
59 a.openid_large_btn:focus {
60   -moz-outline-style: none;
61 }
62 .openid_selected {
63   border: 4px solid #DDD;
64 }