You are here

fancy_login.css in Fancy Login 3.0.x

#fancy_login_dim_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none; }

#fancy_login_login_box {
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0 15px;
  width: 250px; }
  #fancy_login_login_box .form-text {
    box-sizing: border-box; }
  #fancy_login_login_box .form-item-name {
    margin-top: 0;
    clear: both; }
  #fancy_login_login_box .item-list {
    list-style: none; }
    #fancy_login_login_box .item-list li {
      list-style: none; }
  #fancy_login_login_box .ssl_icon_above .form-text {
    width: 100px; }

#fancy_login_user_login_block_wrapper {
  padding-bottom: 10px;
  clear: right; }

#fancy_login_close_button {
  border: 1px solid #999;
  color: #FFF;
  background-color: #F00;
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: -10px;
  margin-top: 3px;
  padding-left: 3px;
  padding-right: 3px; }
  #fancy_login_close_button:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #F00; }

#ssl_icon {
  float: right;
  position: relative;
  height: 50px;
  width: 50px; }
  #ssl_icon:hover #ssl_login_popup {
    display: block; }
  #ssl_icon img {
    margin: 0;
    padding: 0; }

#ssl_login_popup {
  height: 75px;
  width: 100px;
  position: absolute;
  bottom: 32px;
  right: -84px;
  display: none;
  background: url(../images/popup.png) no-repeat transparent; }
  #ssl_login_popup p {
    margin-top: 75px;
    height: 0;
    line-height: normal;
    overflow: hidden; }

#fancy_login_messages_container_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 96%;
  z-index: 9998;
  left: 2%; }
  #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
    position: relative;
    margin-top: 0;
    padding: 10px 32px 10px 40px;
    opacity: 0.9;
    border-radius: 0 0 3px 3px;
    box-shadow: 3px 3px 5px #888888;
    background-color: #fff789;
    border: solid #b9ad7d 1px;
    color: #564e2b;
    margin: 0 auto 10px;
    font-size: 120%;
    line-height: 1.2em;
    display: block;
    text-align: center;
    z-index: 11; }
  #fancy_login_messages_container_wrapper .fancy_login_messages_container ul {
    list-style: none; }
    #fancy_login_messages_container_wrapper .fancy_login_messages_container ul li {
      list-style: none; }

.fancy_login_message_close_button {
  height: 10px;
  width: 10px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  color: #bbb;
  font-size: 100%;
  z-index: 9999;
  position: relative;
  background: #fff;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 50%; }
  .fancy_login_message_close_button:hover {
    color: #000;
    border: 1px solid #000; }

#form_load_dimmer {
  background: #000 url(../images/ajax-loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

@media (min-width: 720px) {
  #fancy_login_messages_container_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 600px;
    z-index: 9998;
    left: 50%;
    margin-left: -300px; }

  #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
    font-size: 150%; } }

File

css/fancy_login.css
View source
  1. #fancy_login_dim_screen {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. height: 100%;
  6. width: 100%;
  7. display: none; }
  8. #fancy_login_login_box {
  9. display: none;
  10. -moz-border-radius: 5px;
  11. -webkit-border-radius: 5px;
  12. -khtml-border-radius: 5px;
  13. border-radius: 5px;
  14. position: fixed;
  15. top: 50%;
  16. left: 50%;
  17. padding: 0 15px;
  18. width: 250px; }
  19. #fancy_login_login_box .form-text {
  20. box-sizing: border-box; }
  21. #fancy_login_login_box .form-item-name {
  22. margin-top: 0;
  23. clear: both; }
  24. #fancy_login_login_box .item-list {
  25. list-style: none; }
  26. #fancy_login_login_box .item-list li {
  27. list-style: none; }
  28. #fancy_login_login_box .ssl_icon_above .form-text {
  29. width: 100px; }
  30. #fancy_login_user_login_block_wrapper {
  31. padding-bottom: 10px;
  32. clear: right; }
  33. #fancy_login_close_button {
  34. border: 1px solid #999;
  35. color: #FFF;
  36. background-color: #F00;
  37. float: right;
  38. font-size: 15px;
  39. font-weight: bold;
  40. margin-right: -10px;
  41. margin-top: 3px;
  42. padding-left: 3px;
  43. padding-right: 3px; }
  44. #fancy_login_close_button:hover {
  45. text-decoration: none;
  46. background-color: #FFF;
  47. color: #F00; }
  48. #ssl_icon {
  49. float: right;
  50. position: relative;
  51. height: 50px;
  52. width: 50px; }
  53. #ssl_icon:hover #ssl_login_popup {
  54. display: block; }
  55. #ssl_icon img {
  56. margin: 0;
  57. padding: 0; }
  58. #ssl_login_popup {
  59. height: 75px;
  60. width: 100px;
  61. position: absolute;
  62. bottom: 32px;
  63. right: -84px;
  64. display: none;
  65. background: url(../images/popup.png) no-repeat transparent; }
  66. #ssl_login_popup p {
  67. margin-top: 75px;
  68. height: 0;
  69. line-height: normal;
  70. overflow: hidden; }
  71. #fancy_login_messages_container_wrapper {
  72. position: fixed;
  73. left: 0;
  74. top: 0;
  75. width: 96%;
  76. z-index: 9998;
  77. left: 2%; }
  78. #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
  79. position: relative;
  80. margin-top: 0;
  81. padding: 10px 32px 10px 40px;
  82. opacity: 0.9;
  83. border-radius: 0 0 3px 3px;
  84. box-shadow: 3px 3px 5px #888888;
  85. background-color: #fff789;
  86. border: solid #b9ad7d 1px;
  87. color: #564e2b;
  88. margin: 0 auto 10px;
  89. font-size: 120%;
  90. line-height: 1.2em;
  91. display: block;
  92. text-align: center;
  93. z-index: 11; }
  94. #fancy_login_messages_container_wrapper .fancy_login_messages_container ul {
  95. list-style: none; }
  96. #fancy_login_messages_container_wrapper .fancy_login_messages_container ul li {
  97. list-style: none; }
  98. .fancy_login_message_close_button {
  99. height: 10px;
  100. width: 10px;
  101. float: right;
  102. cursor: pointer;
  103. margin-left: 10px;
  104. color: #bbb;
  105. font-size: 100%;
  106. z-index: 9999;
  107. position: relative;
  108. background: #fff;
  109. height: 20px;
  110. margin-top: 10px;
  111. margin-right: 10px;
  112. width: 20px;
  113. line-height: 20px;
  114. text-align: center;
  115. border: 1px solid #bbb;
  116. border-radius: 50%; }
  117. .fancy_login_message_close_button:hover {
  118. color: #000;
  119. border: 1px solid #000; }
  120. #form_load_dimmer {
  121. background: #000 url(../images/ajax-loader.gif) no-repeat center center;
  122. height: 100%;
  123. width: 100%;
  124. position: absolute;
  125. top: 0;
  126. left: 0;
  127. display: none; }
  128. @media (min-width: 720px) {
  129. #fancy_login_messages_container_wrapper {
  130. position: fixed;
  131. left: 0;
  132. top: 0;
  133. width: 600px;
  134. z-index: 9998;
  135. left: 50%;
  136. margin-left: -300px; }
  137. #fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
  138. font-size: 150%; } }