Advertisement
NANNA-gratisdesigner

Gratisdesign #2 STILMALL

May 29th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. html,body,h2,h3,h4,h5,h6,p,dl,dd,dt,ul,li,img,table,caption,tr,th,td,tt,span,fieldset,legend, form { margin: 0; padding: 0; border: 0; }
  2. input, select, textarea { margin: 0; padding: 0; }
  3.  
  4. a {
  5. color: #222;
  6. text-decoration: none;
  7. -webkit-transition: all 0.5s ease-out;
  8. -moz-transition: all 0.5s ease-out;
  9. transition: all 0.5s ease-out;
  10. }
  11.  
  12. a:hover {
  13. color: #ff7766;
  14. text-decoration: none;
  15. -webkit-transition: all 0.5s ease-out;
  16. -moz-transition: all 0.5s ease-out;
  17. transition: all 0.5s ease-out;
  18. }
  19.  
  20. hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  21.  
  22. #content a {
  23. color: #fff;
  24. background: #ff5599;
  25. text-decoration: none;
  26. -webkit-transition: all 0.5s ease-out;
  27. -moz-transition: all 0.5s ease-out;
  28. transition: all 0.5s ease-out;
  29. }
  30.  
  31. #content a:hover {
  32. color: #ff5599;
  33. background: none;
  34. text-decoration: none;
  35. -webkit-transition: all 0.5s ease-out;
  36. -moz-transition: all 0.5s ease-out;
  37. transition: all 0.5s ease-out;
  38. }
  39.  
  40. body {
  41. font: 12px/1.5em Arial, Sans-serif;
  42. color: #222;
  43. }
  44.  
  45. h3,h4,h5,h6, div.navheader, div.default {
  46. font-family: Arial, 'Segoe ui', sans-serif;
  47. color: #222;
  48. }
  49. div#side h3 div.navheader {
  50. color: #666;
  51. }
  52.  
  53. body {
  54. background: url(http://i60.tinypic.com/25kkigm.png) fixed;
  55. }
  56.  
  57. div#wrapper {
  58. margin-left: 200px;
  59. width: 1070px;
  60. float: center;
  61. }
  62.  
  63. div#header {
  64. float: left;
  65. width: 10px;
  66. height: 0px;
  67. background: url();
  68. padding: 0px 0px 0px 0px;
  69. margin-top: 30px;
  70. }
  71.  
  72. div#content {
  73. margin-top: 280px;
  74. float: left;
  75. padding: 15px;
  76. width: 700px;
  77. line-height: 18px;
  78. -moz-box-shadow:0px 0px 15px #888;
  79. box-shadow: 0px 0px 15px #888;
  80.  
  81. /* approximately a 33% opacity on blue */
  82. filter: progid:DXImageTransform.Microsoft.gradient(
  83. startColorstr=#ffffffFF, endColorstr=#ffffffFF
  84. );
  85.  
  86. /* IE8 uses -ms-filter for whatever reason... */
  87. -ms-filter: progid:DXImageTransform.Microsoft.gradient(
  88. startColorstr=#ffffffFF, endColorstr=#FFFFFFFF
  89. );
  90.  
  91. /* webkit example */
  92. background-image: -webkit-gradient(
  93. linear, left top, left bottom, from(rgba(250,250,250,0.9)),
  94. to(rgba(0,0,0,0)), color-stop(.0,#ffffff)
  95. );
  96.  
  97. background-image: -moz-linear-gradient(
  98. rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 95%
  99. );
  100. }
  101.  
  102. div#container {
  103. position: absolute;
  104. width: 600px;
  105. opacity: 0.7;
  106. background: #fff;
  107. }
  108.  
  109. div#side {
  110. margin-top: 280px;
  111. width: 165px;
  112. padding: 10px;
  113. margin-left: 10px;
  114. float: left;
  115. display: inline;
  116. -moz-box-shadow:0px 0px 15px #888;
  117. box-shadow: 0px 0px 15px #888;
  118.  
  119. /* approximately a 33% opacity on blue */
  120. filter: progid:DXImageTransform.Microsoft.gradient(
  121. startColorstr=#ffffffFF, endColorstr=#ffffffFF
  122. );
  123.  
  124. /* IE8 uses -ms-filter for whatever reason... */
  125. -ms-filter: progid:DXImageTransform.Microsoft.gradient(
  126. startColorstr=#ffffffFF, endColorstr=#FFFFFFFF
  127. );
  128.  
  129. /* webkit example */
  130. background-image: -webkit-gradient(
  131. linear, left top, left bottom, from(rgba(250,250,250,0.9)),
  132. to(rgba(0,0,0,0)), color-stop(.0,#ffffff)
  133. );
  134.  
  135. background-image: -moz-linear-gradient(
  136. rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 95%
  137. );
  138. }
  139.  
  140. div#side div.navheader, div#side h4, div.default {
  141. padding-top: 30px;
  142. font-size: 20px;
  143. font-weight: bold;
  144. }
  145.  
  146.  
  147. div#side a {
  148. -webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out;
  150. transition: all 0.5s ease-out;
  151. }
  152.  
  153. div#side a:hover {
  154. color: #ff5599;
  155. -webkit-transition: all 0.5s ease-out;
  156. -moz-transition: all 0.5s ease-out;
  157. transition: all 0.5s ease-out;
  158. }
  159.  
  160. /* hide calender - doesn't work anyway */
  161. div#side div#calendar {
  162. display: none;
  163. }
  164.  
  165. div#header h1 {
  166. font-size: 130px;
  167. width:1000px;
  168. font-color: pink;
  169. }
  170.  
  171. div#header h1 a {
  172. color: #ff5599;
  173. cursor: default;
  174. }
  175.  
  176. div#header h2 {
  177. margin-left: 10px;
  178. font-size: 11px;
  179. color: #666;
  180. }
  181.  
  182. div#content h3 {
  183. font-size: 32px;
  184. font-weight: normal;
  185. margin: 20px 0 10px 0;
  186. font-family: ;
  187. color: #555555;
  188. text-algin: center;
  189. }
  190.  
  191. div#content div.entrybody {
  192. }
  193.  
  194. div#content div.entrybody ul {
  195. margin: 10px 0 10px 15px;
  196. }
  197.  
  198. div#content div.entrybody li {
  199. font-size: 12px;
  200. color: #222;
  201. list-style-type: square;
  202. }
  203.  
  204. div.default {
  205. margin: 0 0 15px 0;
  206. }
  207.  
  208. div.nav input {
  209. margin-right: 5px;
  210. }
  211.  
  212. div.nav li {
  213. list-style: none;
  214. padding: 2px 0;
  215. }
  216.  
  217. div.nav ul li strong {
  218. line-height: 37px;
  219. font-size: 11px;
  220. }
  221.  
  222. div.entrymeta {
  223. font-size: 11px;
  224. padding: 10px 0 10px 0;
  225. color: #666;
  226. line-height: 7px;
  227. }
  228.  
  229. div.commentheader, p.commenttext {
  230. margin: 0 0 0 0px;
  231. font-weight: bold;
  232. color: #222;
  233. }
  234.  
  235. p.commenttext {
  236. font-weight: normal;
  237. }
  238.  
  239. div.commentmeta {
  240. color: #666;
  241. margin: 5px 0 20px 0px;
  242. font-size: 11px;
  243. }
  244.  
  245. form.commentform {
  246. font-size: 11px;
  247. }
  248.  
  249. form.commentform input, form.commentform textarea {
  250. margin: 0 5px 10px 0;
  251. vertical-align: middle;
  252. }
  253.  
  254. input.formbutton {
  255. margin-top: 10px;
  256. }
  257.  
  258. .separator {
  259. display:none;
  260. }
  261.  
  262. .subside {}
  263. .image {
  264. border: 0;
  265. margin: 0 6px 6px 0;
  266. }
  267.  
  268. .thumbnail {
  269. margin: 0 6px 6px 0;
  270. }
  271.  
  272. .video {
  273. padding: 0;
  274. }
  275.  
  276. .xmlButton {
  277. padding: 0 3px;
  278. font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
  279. color: #FFF;
  280. background: #F60;
  281. text-decoration: none;
  282. margin:0;
  283. }
  284.  
  285. div#ad1 {
  286. width: 160px;
  287. overflow: hidden;
  288. padding-top: 20px;
  289. }
  290.  
  291. div#ad2 {
  292. width: 250px;
  293. float: left;
  294. margin-left: 20px;
  295. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement