Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. @CHARSET "EUC-KR";
  2. body{
  3. text-align: center;
  4. font-family: 'Open Sans Condensed', arial, sans;
  5. background-color: #FFFFF8;
  6. }
  7. h1 a {
  8. color: #FCA205;
  9. font-size: 80px;
  10. font-family: 'Lobster';
  11. }
  12. nav ul
  13. {
  14. list-style: none;
  15. text-align: center;
  16. border-top: 1px solid #FCA205;
  17. border-bottom: 1px solid #FCA205;
  18. padding: 10px 0;
  19. }
  20. nav ul li
  21. {
  22. display: inline;
  23. text-transform: uppercase;
  24. padding: 0 10px;
  25. letter-spacing: 10px;
  26. }
  27. nav ul li a
  28. {
  29. text-decoration: none;
  30. color: black;
  31. }
  32. nav ul li a:hover {
  33. text-decoration: underline;
  34. }
  35. h2{
  36. text-align : center;
  37. }
  38. .form-style-8 h2{
  39. background: #4D4D4D;
  40. font-family: 'Open Sans Condensed', sans-serif;
  41. color: #797979;
  42. font-size: 30px;
  43. text-align: center;
  44. font-weight: 100;
  45. padding: 20px;
  46. margin: 30px -30px 60px -30px;
  47. }
  48. .form-style-8 h2 : hover
  49. {
  50. background:linear-gradient(to bottom, #FCA205 5%, #FFCD12 100%);
  51. background-color:#FFCD12;
  52. }
  53.  
  54. .textbox input[type="text"]
  55. {
  56. border-top: thin solid #e5e5e5;
  57. border-right:thin solid #e5e5e5;
  58. border-bottom:0;
  59. border-left:thin solid #e5e5e5;
  60. box-shadow:0px 1px 1px 1px #e5e5e5;
  61. height:40px;
  62. margin:.8em 0 0 .5em;
  63. outline:0;
  64. padding:.4em 0 .4em .6em;
  65. width:40%;
  66. align:center;
  67. }
  68. .textbox input[type="image"]
  69. {
  70. cursor:pointer;
  71. height:48px;
  72. text-align:center;
  73. width:50px;
  74. }
  75.  
  76. .MainTitle
  77. {
  78. position: absolute;top:30%;left:35%;
  79. }
  80. .footer
  81. {
  82. color: #F6DB90;
  83. font-family: 'Open Sans Condensed', arial, sans;
  84. }
  85.  
  86. body:before{
  87. content:'';
  88. height:100%;
  89. display:inline-block;
  90. vertical-align:middle;
  91. }
  92. button.btn_2{
  93. background:#8f602e;
  94. color:#fff;
  95. border:none;
  96. position:relative;
  97. height:60px;
  98. font-size:1.6em;
  99. padding:0 2em;
  100. cursor:pointer;
  101. transition:800ms ease all;
  102. outline:none;
  103. }
  104. button.btn_2:hover{
  105. background:#fff;
  106. color:#8f602e;
  107. }
  108. button.btn_2:before,button.btn_2:after
  109. {
  110. content:'';
  111. position:absolute;
  112. top:0;
  113. right:0;
  114. height:2px;
  115. width:0;
  116. background: #8f602e;
  117. transition:400ms ease all;
  118. }
  119. button.btn_2:after
  120. {
  121. right:inherit;
  122. top:inherit;
  123. left:0;
  124. bottom:0;
  125. }
  126. button.btn_2:hover:before,button.btn_2:hover:after
  127. {
  128. width:100%;
  129. transition:800ms ease all;
  130. }
  131.  
  132. table.type04 {
  133. border-collapse: separate;
  134. border-spacing: 1px;
  135. text-align: left;
  136. line-height: 1.5;
  137. border-top: 1px solid #ccc;
  138. margin : 20px 10px;
  139. }
  140. table.type04 th {
  141. width: 150px;
  142. padding: 10px;
  143. font-weight: bold;
  144. vertical-align: top;
  145. border-bottom: 1px solid #ccc;
  146. }
  147. table.type04 td {
  148. width: 350px;
  149. padding: 10px;
  150. vertical-align: top;
  151. border-bottom: 1px solid #ccc;
  152. }
  153.  
  154. table.type05 {
  155. border-collapse: separate;
  156. border-spacing: 1px;
  157. text-align: left;
  158. line-height: 1.5;
  159. border-top: 1px solid #ccc;
  160. margin: 20px 10px;
  161. }
  162. table.type05 th {
  163. width: 150px;
  164. padding: 10px;
  165. font-weight: bold;
  166. vertical-align: top;
  167. border-bottom: 1px solid #ccc;
  168. background: #efefef;
  169. }
  170. table.type05 td {
  171. width: 350px;
  172. padding: 10px;
  173. vertical-align: top;
  174. border-bottom: 1px solid #ccc;
  175. }
  176.  
  177. .form-style-1 ul
  178. {
  179. font-family: 'Open Sans Condensed', sans-serif;
  180. color: #797979;
  181. font-size: 40px;
  182. text-align: center;
  183. font-weight: 100;
  184. padding: 20px;
  185. margin: 30px -30px 60px -30px;
  186. border-bottom: 2px solid #4D4D4D;
  187. }
  188.  
  189.  
  190. button.btn_3,
  191. button.btn_3::after {
  192. -webkit-transition: all 0.3s;
  193. -moz-transition: all 0.3s;
  194. -o-transition: all 0.3s;
  195. transition: all 0.3s;
  196. }
  197. button.btn_3 {
  198. background: none;
  199. border: 1px solid #ccc;
  200. border-radius: 5px;
  201. color: #ccc;
  202. font-size: 1.2em;
  203. padding: -3em 6em;
  204. position: relative;
  205. height:35px;
  206. padding:0 1em;
  207. }
  208. button.btn_3:hover
  209. {
  210. color: #B1B1B1;
  211. font-weight: bold;
  212. }
  213. button.btn_3::after
  214. {
  215. background: #FFFFF8;
  216. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement