meta_old.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /* All fonts */
  2. html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
  3. font-family: sans-serif;
  4. }
  5. input[type="text"], input[type="password"], textarea {
  6. width: 100%;
  7. }
  8. .square-box {
  9. position: relative;
  10. width:50%;
  11. overflow:hidden;
  12. margin:auto;
  13. }
  14. .square-box:before {
  15. content:"";
  16. display:block;
  17. padding-top:100%;
  18. }
  19. .square-content{
  20. position:absolute;
  21. top:0;
  22. left:0;
  23. right:0;
  24. border: 5px solid black;
  25. width: 90%;
  26. margin-left:5%;
  27. margin-top:5%;
  28. text-align:center;
  29. max-height:90%;
  30. overflow-y:scroll;
  31. }
  32. div#menu {
  33. -ms-transform: rotate(-90deg); /* IE 9 */
  34. -webkit-transform: rotate(-90deg); /* Safari */
  35. transform: rotate(-90deg);
  36. transform-origin: top right;
  37. text-align:right;
  38. top:0px;
  39. width:1024px;
  40. left:-1024px;
  41. border-bottom:4px solid grey;
  42. position:absolute;
  43. padding:4px
  44. }
  45. div.layout{
  46. margin-left:25%;
  47. margin-right:25%;
  48. min-height:1024px;
  49. font-family:sans-serif;
  50. font-weight:100%;
  51. }
  52. div.box{
  53. height:50%;
  54. margin-top:25%;
  55. min-height:512px;
  56. background-color:white;
  57. }
  58. DIV.container {
  59. min-height: 10em;
  60. display: table-cell;
  61. vertical-align: middle
  62. S}
  63. div#menu ul li a{
  64. text-decoration:none;
  65. }
  66. div#menu ul li a:after{
  67. content:" | ";
  68. }
  69. div#menu ul li{
  70. text-transform:capitalize;
  71. font-weight:bold;
  72. font-size:x-large;
  73. padding: 4px;
  74. background-color: #fff;
  75. }
  76. li {
  77. display: inline;
  78. float: right;
  79. }
  80. a.greybg {
  81. display: block;
  82. padding: 8px;
  83. background-color: #dddddd;
  84. }
  85. .square {
  86. border: 5px solid black;
  87. position: relative;
  88. text-align: center;
  89. }
  90. .sixty {
  91. width: 60%;
  92. margin-left: 20%;
  93. margin-top: 20%;
  94. }
  95. .fifty {
  96. width: 50%;
  97. margin-left: 20%;
  98. margin-top: 20%;
  99. border:4px solid black;
  100. }
  101. /*===== spinners and notification messages */
  102. #messages {
  103. position: absolute;
  104. left: 25%;
  105. width: 50%;
  106. top: 10;
  107. z-index: 200;
  108. font-size: 110%;
  109. text-align: center;
  110. }
  111. #warning {
  112. background-color: #933;
  113. color: #fcc;
  114. padding: 0.1em 0.4em;
  115. }
  116. #notification {
  117. background-color: #693;
  118. color: #cfc;
  119. padding: 0.1em 0.4em;
  120. }
  121. #spinner {
  122. position: absolute;
  123. right: 10%;
  124. top: 20;
  125. z-index: 1000;
  126. }
  127. .spinner {
  128. height: 50px;
  129. width: 50px;
  130. -webkit-animation: vibration 1s infinite linear;
  131. animation: vibration 1s infinite linear;
  132. border-left: 10px solid rgba(204, 51, 0, 0.15);
  133. border-right: 10px solid rgba(204, 51, 0, 0.15);
  134. border-bottom: 10px solid rgba(204, 51, 0, 0.15);
  135. border-top: 10px solid rgba(204, 51, 0, 0.8);
  136. border-radius: 100%;
  137. }
  138. .spinner-small {
  139. display: inline-block;
  140. height: 1em;
  141. width: 1em;
  142. border-width: 4px;
  143. }
  144. @-webkit-keyframes vibration {
  145. from {
  146. -webkit-transform: height:110%;
  147. }
  148. to {
  149. -webkit-transform: height:100%;
  150. }
  151. }
  152. @keyframes vibration {
  153. from {
  154. -webkit-transform: height:110%;
  155. transform: height:110%;
  156. }
  157. to {
  158. -webkit-transform: height:100%;
  159. transform: height:100%;
  160. }
  161. }
  162. @keyframes rotation {
  163. from {
  164. -webkit-transform: rotate(0deg);
  165. transform: rotate(0deg);
  166. }
  167. to {
  168. -webkit-transform: rotate(359deg);
  169. transform: rotate(359deg);
  170. }
  171. }
  172. table{
  173. margin:auto;
  174. }
  175. /* wifi AP selection form */
  176. #aps label div {
  177. margin: 0em 0.2em;
  178. }
  179. fieldset.radios {
  180. border: none;
  181. padding-left: 0px;
  182. }
  183. fieldset fields {
  184. clear: both;
  185. }
  186. #pin-mux input {
  187. display: block;
  188. margin-top: 0.4em;
  189. float: left;
  190. }
  191. #pin-mux label {
  192. display: block;
  193. margin: 0em 0.2em 0em 1em;
  194. width: 90%;
  195. }
  196. .lock-icon {
  197. background-image: url("/wifi/icons.png");
  198. background-color: transparent;
  199. width: 32px;
  200. height: 32px;
  201. display: inline-block;
  202. }