aboutsummaryrefslogtreecommitdiff
path: root/css/v2/cswindow.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/v2/cswindow.css')
-rw-r--r--css/v2/cswindow.css63
1 files changed, 38 insertions, 25 deletions
diff --git a/css/v2/cswindow.css b/css/v2/cswindow.css
index 21643f4..ff00b10 100644
--- a/css/v2/cswindow.css
+++ b/css/v2/cswindow.css
@@ -5,44 +5,34 @@ a:active { color: yellow; }
body {
background-color: black;
color: white;
- text-align: center;
+ text-align: left;
+ border: 2px solid red;
+ border-radius: 8px;
+ padding: 1em;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+}
+h2 {
+ font-size: 100%;
}
ul, p {
margin-top: 1em;
margin-bottom: 1em;
}
-.smaller {
- font-size: smaller;
-}
+.hidden { display: none; }
+.left { text-align: left; }
+.smaller { font-size: smaller; }
.warning {
color: red;
font-weight: bold;
}
-#box {
- position: relative;
- width: 80%;
- max-width: 600px;
- top: 50px;
- border: 2px solid red;
- margin-left: auto;
- margin-right: auto;
- padding: 1em;
- border-radius: 8px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
-}
-#box a {
- color: #eae3d7;
- font-size: smaller;
-}
-#box table {
- margin-left: auto;
- margin-right: auto;
+#accounts {
+ font-size: 85%;
}
-#add_openid {
+.openid {
background: url(images/openid.png) no-repeat;
background-color: #fff;
background-position: 0 50%;
@@ -50,3 +40,26 @@ ul, p {
padding-left: 18px;
}
.img-16-delete {background: transparent url(images/master-icons.png?v=0) no-repeat -64px 0px;}
+
+#providers {
+ height: 40px;
+}
+#providers a {
+ float: left;
+ width: 32px;
+ height: 32px;
+ margin-right: 4px;
+ border: 1px solid black;
+}
+#providers a:hover {
+ border: 1px dashed #fffcc9;
+}
+#providers a.selected {
+ border: 4px solid #fffcc9;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+}
+#auth-facebook { background: transparent url(images/master-auth.png?v=0) no-repeat 0px 0px; }
+#auth-google { background: transparent url(images/master-auth.png?v=0) no-repeat -32px 0px; }
+#auth-openid { background: transparent url(images/master-auth.png?v=0) no-repeat -64px 0px; }
+#auth-yahoo { background: transparent url(images/master-auth.png?v=0) no-repeat -96px 0px; }

Return to:

Send suggestions and report system problems to the System administrator.