Advertisement
Guest User

Untitled

a guest
Nov 1st, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. body
  2. {
  3. width: 100%;
  4. /* Background pattern from subtlepatterns.com */
  5. background-image: url("img/tlo.png");
  6. font-family: 'Raleway', sans-serif;
  7. font-size; 15px;
  8. margin: 0 !important;
  9. }
  10.  
  11. #container
  12. {
  13. width: 45em;
  14. min-width:100%;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18.  
  19. #header
  20. {
  21. width: 45em;
  22. min-width:100%;
  23. background-color: #450505;
  24. height: 125px;
  25. padding: 10px 0;
  26. border-bottom: 3px solid #3D0606;
  27. }
  28.  
  29. #logo
  30. {
  31. width: 50%;
  32. color: #ABABAB;
  33. font-size: 55px;
  34. font-weight: 700;
  35. letter-spacing: 1px;
  36. line-height: 250%;
  37. margin-left: auto;
  38. margin-right: auto;
  39. text-shadow:
  40. 3px 3px 0 #3D0606,
  41. -3px 3px 0 #3D0606,
  42. -3px -3px 0 #3D0606,
  43. 3px -3px 0 #3D0606;
  44. }
  45.  
  46. #content
  47. {
  48. width: 65%;
  49. color: white;
  50. float: left;
  51. }
  52.  
  53. #logowanie
  54. {
  55. width: 25%;
  56. height: 300px;
  57. margin-top: 10px;
  58. background-color: white;
  59. padding: 50px;
  60. text-align: center;
  61. float: right;
  62. margin-right: auto;
  63. margin-left: auto;
  64. }
  65.  
  66. input[type=text],
  67. input[type=password]
  68. {
  69. width: 80%;
  70. background-color: #dedede;
  71. color: #450505;
  72. border: 2px solid #450505;
  73. border-radius: 5px;
  74. font-size: 20px;
  75. padding: 10px;
  76. box-sizing: border-box;
  77. outline: none;
  78. margin-top: 10px;
  79. }
  80.  
  81. input[type=text]:focus,
  82. input[type=password]:focus
  83. {
  84. -webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
  85. -moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
  86. box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
  87. border: 2px solid #a5cda5;
  88. background-color: #e9f3e9;
  89. color: #428c42;
  90. }
  91.  
  92. input[type=submit]
  93. {
  94. width: 80%;
  95. background-color: #450505;
  96. font-size:20px;
  97. color: white;
  98. padding: 15px 10px;
  99. margin-top: 20px;
  100. border: none;
  101. border-radius: 5px;
  102. cursor: pointer;
  103. letter-spacing: 2px;
  104. outline: none;
  105. }
  106.  
  107. input[type=submit]:focus
  108. {
  109. -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
  110. -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
  111. box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
  112. }
  113.  
  114. input[type=submit]:hover
  115. {
  116. background-color: #FF1919;
  117. }
  118.  
  119. input::-webkit-input-placeholder
  120. {
  121. color: #450505;
  122. }
  123. input:focus::-webkit-input-placeholder
  124. {
  125. color: #450505;
  126. }
  127. /* Firefox < 19 */
  128. input:-moz-placeholder
  129. {
  130. color: #450505;
  131. }
  132. input:focus:-moz-placeholder
  133. {
  134. color: #450505;
  135. }
  136. /* Firefox > 19 */
  137. input::-moz-placeholder
  138. {
  139. color: #450505;
  140. }
  141. input:focus::-moz-placeholder
  142. {
  143. color: #450505;
  144. }
  145. /* Internet Explorer 10 */
  146. input:-ms-input-placeholder
  147. {
  148. color: #450505;
  149. }
  150. input:focus:-ms-input-placeholder
  151. {
  152. color: #450505;
  153. }
  154.  
  155. .socialdivs
  156. {
  157. margin-top: 13px;
  158. width: 80%;
  159. margin-left: auto;
  160. margin-right: auto;
  161. }
  162.  
  163. .fb
  164. {
  165. width: 25%;
  166. height: 150px;
  167. float:left;
  168. }
  169.  
  170. .fb:hover
  171. {
  172. background-color: #4668b3;
  173. }
  174.  
  175. .yt
  176. {
  177. width: 25%;
  178. height: 150px;
  179. float:left;
  180. }
  181.  
  182. .yt:hover
  183. {
  184. background-color: #d94348;
  185. }
  186.  
  187. .tt
  188. {
  189. width: 25%;
  190. height: 150px;
  191. float:left;
  192. }
  193.  
  194. .tt:hover
  195. {
  196. background-color: #3095d3;
  197. }
  198.  
  199. .gplus
  200. {
  201. width: 25%;
  202. height: 150px;
  203. float:left;
  204. }
  205.  
  206. .gplus:hover
  207. {
  208. background-color: #d95333;
  209. }
  210.  
  211. #footer
  212. {
  213. width: 100%;
  214. background-color: #450505;
  215. font-size: 20px;
  216. text-align: center;
  217. clear: both;
  218. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement