Advertisement
TheTerrorist_

Untitled

Dec 3rd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. .menu-orizzontale ul {
  2. list-style-type: none;
  3. margin: 0;
  4. padding: 0;
  5. overflow: hidden;
  6. background-color: #333;
  7. }
  8.  
  9. .menu-orizzontale a {
  10. color: #FFFFFF;
  11. text-decoration: none;
  12. padding: 16px 18px;
  13. }
  14.  
  15. .menu-orizzontale a:hover {
  16. background-color: #111;
  17. }
  18.  
  19. .menu-orizzontale li a {
  20. display: block;
  21. color: white;
  22. text-align: center;
  23. padding: 16px 18px;
  24. text-decoration: none;
  25. width: 64px;
  26. }
  27.  
  28. .menu-orizzontale li {
  29. float: left;
  30. }
  31.  
  32. .menu-orizzontale span:last-child {
  33. position: absolute;
  34. right: 6px;
  35. text-align: center;
  36. color: #999;
  37. padding: 16px 18px;
  38.  
  39. }
  40.  
  41. .current-orizzontale {
  42. background-color: #666666;
  43. }
  44.  
  45. body {
  46. margin: 0;
  47. }
  48.  
  49. .input-dati button {
  50. background-color: #4B780A;
  51. padding: 3px 10px;
  52. }
  53.  
  54. .input-dati fieldset {
  55. width: 344px;
  56. height: 230px;
  57. position:relative;
  58. padding-top: 23px;
  59. }
  60.  
  61. .input-dati {
  62. position: relative;
  63. padding-top: 23px;
  64. padding-left: 455px;
  65. }
  66.  
  67. .input-dati a {
  68. color: #858585;
  69. text-decoration: none;
  70. text-align: left;
  71. }
  72. .input-dati span {
  73. text-align: center;
  74. }
  75.  
  76. .logout button {
  77. background-color: #933;
  78. border: 1px solid #933;
  79. border-radius: 7px;
  80. padding: 5px 15px;
  81. color: #FFFFFF;
  82. }
  83.  
  84. .logout fieldset {
  85. border: 1px dashed #000;
  86. width: 100px;
  87. height: 80px;
  88. position:relative;
  89. padding-top: 23px;
  90. }
  91.  
  92. .logout {
  93. position: relative;
  94. padding-top: 23px;
  95. padding-left: 47px;
  96. float: left;
  97. }
  98.  
  99. .login-details button {
  100. background-color: #4B780A;
  101. border: 1px solid #4B780A;
  102. border-radius: 7px;
  103. padding: 5px 15px;
  104. color: #FFFFFF;
  105. }
  106.  
  107. .login-details fieldset {
  108. border: 1px dashed #000;
  109. width: 350px;
  110. height: 80px;
  111. position:relative;
  112. padding-top: 10px;
  113. }
  114.  
  115. .login-details {
  116. position: relative;
  117. padding-top: 25px;
  118. padding-right: 47px;
  119. float: right;
  120. }
  121.  
  122. .back button {
  123. color: #FEFEFE;
  124. background-color: #008EAB;
  125. }
  126. .body-password {
  127. margin: 10px;
  128. }
  129.  
  130. .changepsw-form button {
  131. background-color: #008EAB;
  132. border: 1px solid #119FBC;
  133. border-radius: 7px;
  134. padding: 5px 15px;
  135. }
  136.  
  137. .status fieldset {
  138. border: 1px dashed #000;
  139. width: 482px;
  140. height: 277px;
  141. position: relative;
  142. padding-top: 10px;
  143. }
  144.  
  145. .status textarea {
  146. width: 450px;
  147. height: 150px;
  148. resize: none;
  149. }
  150.  
  151. .status button#submit {
  152. width: 132px;
  153. height: 28px;
  154. background-color: #146CA1;
  155. border-radius: 2px;
  156. border-style: ridge;
  157. }
  158. .status button#code {
  159. width: 200px;
  160. height: 28px;
  161. background-color: #146CA1;
  162. border-radius: 2px;
  163. border-style: ridge;
  164. }
  165. .status {
  166. padding-top: 500px;
  167. padding-left: 25%;
  168. }
  169.  
  170. .messaggio-rapido textarea {
  171. width: 385px;
  172. height: 200px;
  173. resize: none;
  174. }
  175.  
  176. .messaggio-rapido fieldset {
  177. border: 1px dashed #000;
  178. width: 302px;
  179. height: 290px;
  180. position: relative;
  181. padding-top: 10px;
  182. }
  183.  
  184. .messaggio-rapido {
  185. position: relative;
  186. padding-top: 25px;
  187. padding-left: 210px;
  188. float: left;
  189. text-align: center;
  190. }
  191.  
  192. .home-pinned fieldset {
  193. width: 319px;
  194. height: 219px;
  195. }
  196.  
  197. .home-pinned {
  198. text-align: inherit;
  199. position: relative;
  200. padding-right: 10px;
  201. padding-top: 5px;
  202. float: right;
  203. }
  204.  
  205. .home-pinned textarea {
  206. width: 324px;
  207. height: 190px;
  208. border-style: none;
  209. resize: none;
  210. }
  211.  
  212. .home-pinned span#txt-by-txt {
  213. float: left;
  214. padding-left: 5px;
  215. padding-bottom: 2px;
  216. font-size: 10px;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement