pretty openid login
[ikiwiki.git] / doc / style.css
index 5f77037e402bf852dbdc59305e817b9ead05cb44..75aa28407f70aac156babc8d3257e5fe0a9a0160 100644 (file)
@@ -319,16 +319,6 @@ legend {
        float: left;
        margin: 2px 0;
 }
-#signin_openid_url_label {
-       float: left;
-       margin-right: 1ex;
-}
-#signin_openid {
-       padding: 10px 10px;
-       border: 1px solid #aaa;
-       background: #eee; 
-       color: black !important;
-}
 label.block {    
        display: block;   
 }
@@ -342,13 +332,6 @@ ol.form {
 li.form {
        padding-bottom: 1em;
 }
-input#openid_url {
-       background: url(wikiicons/openidlogin-bg.gif) no-repeat;
-       background-color: #fff;
-       background-position: 0 50%;
-       color: #000;
-       padding-left: 18px;
-}
 input#searchbox {
        background: url(wikiicons/search-bg.gif) no-repeat;
        background-color: #fff;
@@ -440,3 +423,43 @@ li.L8 { list-style: upper-alpha; }
        color: white !important;
        background: #ff9900;
 }
+
+/* openid selector */
+#openid_choice {
+       display: none;
+}
+#openid_input_area {
+       clear: both;
+       padding: 10px;
+}
+#openid_btns, #openid_btns br {
+       clear: both;
+}
+#openid_highlight {
+       padding: 3px;
+       background-color: #FFFCC9;
+       float: left;
+}
+.openid_large_btn {
+       width: 100px;
+       height: 60px;
+       border: 1px solid #DDD;
+       margin: 3px;
+       float: left;
+}
+.openid_small_btn {
+       width: 24px;
+       height: 24px;
+       border: 1px solid #DDD;
+       margin: 3px;
+       float: left;
+}
+a.openid_large_btn:focus {
+       outline: none;
+}
+a.openid_large_btn:focus {
+       -moz-outline-style: none;
+}
+.openid_selected {
+       border: 4px solid #DDD;
+}