Advertisement
GoldenHackerTools

Untitled

Nov 4th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. /*
  2. Author: WebThemez
  3. Author URL: http://webthemez.com
  4. */
  5. @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,600);
  6. @import url(https://fonts.googleapis.com/css?family=Audiowide);
  7. body {
  8. color:#FFF;
  9. font-family: 'Open Sans', sans-serif;
  10. height:100%;
  11. width:100%;
  12. margin:0;
  13. background: #000000;
  14. }
  15. .ie body {
  16. filter: dropshadow(color=#000000, offx=0, offy=1);
  17. }
  18. h1 {
  19. font-size:68px;
  20. /* letter-spacing:-2px; */
  21. text-align:center;
  22. padding-top:30px;
  23. font-weight: 400;
  24. font-family: 'Audiowide', cursive;
  25. text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);
  26. }
  27. .ie h1 {
  28. filter: dropshadow(color=#000000, offx=0, offy=3);
  29. padding-bottom:12px;
  30. }
  31. .ie h2 {
  32. filter: dropshadow(color=#000000, offx=0, offy=3);
  33. }
  34. h3 {
  35. font-size:25px;
  36. margin:0.2em 0;
  37. }
  38. .ie h3 {
  39. filter: dropshadow(color=#000000, offx=0, offy=3);
  40. }
  41. h4 {
  42. margin-bottom:5px;
  43. }
  44. p, pre {
  45. margin:0 0 10px 0;
  46. }
  47. .large-header {
  48. position: relative;
  49. width: 100%;
  50. background: #333;
  51. overflow: hidden;
  52. background-size: cover;
  53. background-position: center center;
  54. z-index: 0;
  55. position: absolute;
  56. height: 100% !important;
  57. bottom: 0px;
  58. }
  59.  
  60. .large-header {
  61. background-image: url('../img/demo-1-bg.jpg');
  62. }
  63.  
  64. code {
  65. text-transform:uppercase !important;
  66. color:#EEE;
  67. border-bottom:1px dotted #666;
  68. }
  69. small {
  70. background:url(../images/alpha.png);
  71. background:rgba(0, 0, 0, 0.8) url();
  72. border:1px solid #111;
  73. font-size:15px;
  74. padding:0 5px;
  75. }
  76. a {
  77. color: #7b7b7b;
  78. text-decoration:none;
  79. }
  80. a:hover {
  81. color:#E3ECFF;
  82. }
  83. a.logo{
  84. color: #FFF;
  85. float: right;
  86. }
  87. #header {margin-bottom: 62px;position: relative;width: 100%;height: 82px;line-height: 82px;z-index: 1;}
  88. .wrapper {margin: 0 auto;position: relative;z-index: 1;width: 1170px;text-align: right;}
  89. #socialIcons {display:block;margin: 20px 0 0;/* float: right; *//* text-align: right; */}
  90. #socialIcons ul {
  91. margin: 0px;
  92. padding:0px;
  93. text-align: center;
  94. }
  95. #socialIcons ul li {
  96. margin-right: 5px;
  97. height: 34px;
  98. line-height: 34px;
  99. list-style-type: none;
  100. display: inline-block;
  101. }
  102. #socialIcons ul li a{
  103. width:34px;
  104. height:34px;
  105. display: inline-block;
  106. }
  107. .twitterIcon, .facebookIcon, .linkedInIcon, .pintrestIcon{background: url('../images/social-icons.png') -74px 0px;}
  108. .facebookIcon{
  109. background-position: 10px 0px;
  110. }
  111. .linkedInIcon{
  112. background-position: -245px 0px;
  113. }
  114. .pintrestIcon{
  115. background-position: -331px 0px;
  116. }
  117. .tempBy{display:block;text-align: right;margin-top:40px;font-size: 13px;color: #fff;}
  118. #Content h2 {display: block;margin: 25px 0 42px;padding: 0px;text-align: right;font-size: 24px;font-weight: 300;color: #fff;line-height: 42px;text-transform: capitalize;}
  119. #WindowSlide {
  120. margin: 0 auto;
  121. position: relative;
  122. width: 634px;
  123. height: 170px;
  124. display: block;
  125. overflow: hidden;
  126. }
  127. #Mail {
  128. position: absolute;
  129. width: 634px;
  130. top: 0px;
  131. left: 0px;
  132. }
  133. #Content h3 {
  134. text-align: center;
  135. font-size: 20px;
  136. font-weight: normal;
  137. display: block;
  138. clear: both;
  139. }
  140.  
  141. #subscribe p{text-align: right;}
  142. #subscribe input {color: #c3c3c3;vertical-align: middle;width: 260px;border: 1px solid #f1f1f1;padding: 0 10px;height: 50px;text-align: left;background: transparent;font-size: 14px;}
  143. #subscribe input[type="submit"]{background: rgb(6, 6, 6);width: auto;padding: 0px 25px;cursor: pointer;margin-left: -5px;font-weight: 600;height: 52px;display: inline-block;color: #fff;font-size: 16px;text-transform: uppercase;}
  144.  
  145.  
  146. .callback,
  147. .simple {
  148. font-size: 20px;
  149. background: #27ae60;
  150. padding: 0.5em 0.7em;
  151. color: #ecf0f1;
  152. margin-bottom: 50px;
  153. -webkit-transition: background 0.5s ease-out;
  154. transition: background 0.5s ease-out;
  155. }
  156. .callback{
  157. cursor: pointer;
  158. }
  159. .ended {
  160. background: #c0392b;
  161. }
  162. .countdown {
  163. text-align:center;
  164. }
  165. .intro{
  166. font-size:22px;
  167. font-weight:normal;
  168. margin-bottom:30px;
  169. }
  170. .styled{
  171. padding: 90px 0 40px;
  172. display: block;
  173. float: right;
  174. }
  175. .styled div {display: inline-block;font-size: 80px;font-weight: 400;text-align: center;margin: 0 1px;width: 136px;padding: 10px 30px 53px;height: 100px;/* background: rgba(255, 255, 255, 0.18); */text-shadow: none;vertical-align: middle;border: 1px dashed rgba(255, 255, 255, 0.36);text-shadow: 1px 0px 2px rgba(12, 11, 11, 0.56);}
  176. .styled div:last-child{/* border:none; */}
  177. #overlay{
  178. background: rgba(0, 0, 0, 0.04) url(https://steemitimages.com/DQmeianS5fHLuRk69Aanp4etqDTBrQPtDDhJdPvj4RnrxNP/saeedsarmadi_1336569567_76.jpg) top left repeat;
  179. background:rgba(0, 0, 0, 0.14);
  180. position: fixed;
  181. top: 0px;
  182. width: 100%;
  183. bottom: 0px;
  184. opacity:0.8;
  185. }
  186. /* IE7 inline-block hack */
  187. *+html .styled div{
  188. display: inline;
  189. zoom: 1;
  190. }
  191. .styled div:first-child {
  192. margin-left: 0;
  193. }
  194. .styled div span {display: block;padding-top: 3px;font-size: 17px;font-weight: 400;text-align: center;}
  195. footer{
  196. width:100%;
  197. height:30px;
  198. background:rgba(0, 0, 0, 0.64);
  199. position:absolute;
  200. bottom:0px;
  201. }
  202. footer span{
  203. float:right;
  204. margin:10px;
  205. }
  206. .top-wrapper{
  207. width:100%;
  208. padding: 0;
  209. /* background: #EC253F; */
  210. float: left;
  211. }
  212. .bottom-wrapper{
  213. /* width: 90%; */
  214. padding: 34px 0;
  215. /* background:#fff; */
  216. float: left;
  217. }
  218. #subscribe input[type="submit"]:hover{
  219. background: #175de2;
  220. color: #fff;
  221. border-color: #ffffff;
  222. }
  223. .tempBy a:hover{color: #444;}
  224. @media(max-width:998px){
  225. body {
  226. min-width: initial !important;
  227. }
  228. #header {
  229. /* margin-bottom: 78px; */
  230. position: relative;
  231. width: 100%;
  232. /* height: 45px; */
  233. /* line-height: 35px; */
  234. z-index: 1;
  235. }
  236. .wrapper{width: 90%;}
  237. .styled div {
  238. margin-bottom:10px;
  239. }
  240.  
  241. }
  242. @media(max-width:768px){
  243. body {
  244. min-width: initial !important;
  245. }
  246. .wrapper{width: 90%;}
  247. .styled div {
  248. margin-bottom:10px;
  249. font-size:34px;
  250. font-size: 68px;
  251. }
  252. .styled div:nth-child(2){
  253. /* border-right:none; */
  254. }
  255. .styled div span{
  256. font-size:14px;
  257. }
  258. #Content h2 {
  259. display: block;
  260. margin: 0px 0 29px;
  261. padding: 0px;
  262. /* text-align: center; */
  263. font-size: 21px;
  264. font-weight: 300;
  265. }
  266. }
  267. @media(max-width:420px){
  268. h1{
  269. adding-top: 16px;
  270. }
  271. #header {
  272. margin-bottom: 30px;
  273. }
  274. #subscribe input[type="submit"]{
  275. margin-top:10px;
  276. }
  277. #subscribe input{
  278. width:80%;
  279. }
  280. footer{
  281. position:relative !important;
  282. }
  283. }
  284.  
  285.  
  286. /*========== Mobile First Method ==========*/
  287.  
  288. /* Custom, iPhone Retina */
  289. @media only screen and (min-width : 320px) {
  290.  
  291. }
  292.  
  293. /* Extra Small Devices, Phones */
  294. @media only screen and (min-width : 480px) {
  295. .styled {
  296. padding: 90px 0 40px;
  297. }
  298. }
  299.  
  300. /* Small Devices, Tablets */
  301. @media only screen and (min-width : 768px) {
  302. .styled {
  303. padding: 90px 0 40px;
  304. }
  305. }
  306.  
  307. /* Medium Devices, Desktops */
  308. @media only screen and (min-width : 992px) {
  309. .wrapper{
  310. width:100%;
  311. margin:0 15px;
  312. }
  313. .styled {
  314. padding: 90px 0 40px;
  315. }
  316. }
  317.  
  318. /* Large Devices, Wide Screens */
  319. @media only screen and (min-width : 1200px) {
  320. .wrapper{
  321. width:1170px;
  322. margin: 0 auto;
  323. }
  324. .styled {
  325. padding: 90px 0 40px;
  326. }
  327. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement