You are here

securesite.css in Secure Site 6.2

Same filename and directory in other branches
  1. 8 theme/securesite.css
  2. 7.2 theme/securesite.css
html {
  background: white;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 76%;
  text-align: center;
  width: 30em;
  margin: 5em auto;
  border: 1px #BBB solid;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 1em;
  background: #EEE;
  color: black;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.error {
  color: red;
}

.status {
  color: #3a3;
}

.messages {
  text-align: center;
}

form .messages, .messages ul {
  text-align: left;
}

h1 {
  margin-top: 0;
  text-align: center;
}

form {
  text-align: right;
  margin: 0;
}

form p {
  font-weight: bold;
  text-align: left;
}

div.form-item {
  margin: 1em 0;
}

div.form-item .description {
  font-size: 0.85em;
  line-height: 150%;
}

label {
  display: inline;
}

input {
  width: 12em;
}

input.form-submit {
  margin-bottom: 6px;
}

hr {
  margin: 12px 0;
}

#securesite-user-login .item-list ul {
  list-style-type: none;
  float: right;
  margin: 0;
}

#securesite-user-login span {
  display: block;
  clear: both;
}

html.js #securesite-user-login div#edit-openid-identifier-wrapper {
  display: none;
}

html.js #securesite-user-login li.openid-link {
  line-height: 170%;
  padding: 0 0 0.2em 1.5em;
  display: block;
}

#securesite-user-login li.openid-link, #securesite-user-login li.user-link {
  display: none;
}

File

theme/securesite.css
View source
  1. html {
  2. background: white;
  3. }
  4. body {
  5. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  6. font-size: 76%;
  7. text-align: center;
  8. width: 30em;
  9. margin: 5em auto;
  10. border: 1px #BBB solid;
  11. -webkit-border-radius: 1em;
  12. -moz-border-radius: 1em;
  13. border-radius: 1em;
  14. padding: 1em;
  15. background: #EEE;
  16. color: black;
  17. }
  18. a:link, a:visited {
  19. text-decoration: none;
  20. }
  21. a:hover {
  22. text-decoration: underline;
  23. }
  24. .error {
  25. color: red;
  26. }
  27. .status {
  28. color: #3a3;
  29. }
  30. .messages {
  31. text-align: center;
  32. }
  33. form .messages, .messages ul {
  34. text-align: left;
  35. }
  36. h1 {
  37. margin-top: 0;
  38. text-align: center;
  39. }
  40. form {
  41. text-align: right;
  42. margin: 0;
  43. }
  44. form p {
  45. font-weight: bold;
  46. text-align: left;
  47. }
  48. div.form-item {
  49. margin: 1em 0;
  50. }
  51. div.form-item .description {
  52. font-size: 0.85em;
  53. line-height: 150%;
  54. }
  55. label {
  56. display: inline;
  57. }
  58. input {
  59. width: 12em;
  60. }
  61. input.form-submit {
  62. margin-bottom: 6px;
  63. }
  64. hr {
  65. margin: 12px 0;
  66. }
  67. #securesite-user-login .item-list ul {
  68. list-style-type: none;
  69. float: right;
  70. margin: 0;
  71. }
  72. #securesite-user-login span {
  73. display: block;
  74. clear: both;
  75. }
  76. html.js #securesite-user-login div#edit-openid-identifier-wrapper {
  77. display: none;
  78. }
  79. html.js #securesite-user-login li.openid-link {
  80. line-height: 170%;
  81. padding: 0 0 0.2em 1.5em;
  82. display: block;
  83. }
  84. #securesite-user-login li.openid-link, #securesite-user-login li.user-link {
  85. display: none;
  86. }