Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <script>
  5. <html>
  6.  
  7. <head>
  8.  
  9.  
  10. <title> what ever you want<title>
  11.  
  12.  
  13. </head>
  14.  
  15.  
  16. <body>
  17.  
  18. <!... hello there every one...>
  19.  
  20. <marquee align=center> hello world</marquee>
  21.  
  22. </body>
  23.  
  24. </html>
  25. </script>
  26.  
  27. <style type='text/css'>
  28. h1, p {
  29. text-align: center;
  30. font-family: sans-serif;
  31. margin-bottom: 0;
  32. }
  33.  
  34. #trooper {
  35. width: 600px;
  36. height: 600px;
  37. margin: 0 auto;
  38. margin-top: 20px;
  39. position: relative;
  40. }
  41.  
  42. .border {
  43. border: 8px solid #000;
  44. background-color: #fff;
  45. }
  46.  
  47. #helmetTop {
  48. width: 355px;
  49. height: 385px;
  50. margin: 0 auto;
  51. margin-top: 10px;
  52. -webkit-border-radius: 175px 175px 60px 60px;
  53. -moz-border-radius: 175px 175px 60px 60px;
  54. border-radius: 175px 175px 60px 60px;
  55. position: relative;
  56. z-index: 2;
  57. }
  58.  
  59. #uniBrow {
  60. width: 385px;
  61. height: 25px;
  62. background-color: #000;
  63. position: absolute;
  64. z-index: 3;
  65. top: 170px;
  66. left: 107px;
  67. }
  68.  
  69. .ear {
  70. width: 16px;
  71. height: 90px;
  72. position: absolute;
  73. top: 205px;
  74. }
  75.  
  76. .qTip {
  77. height: 50px;
  78. width: 10px;
  79. background-color: #000;
  80. position: absolute;
  81. top: 235px;
  82. }
  83.  
  84. #lEar {
  85. left: 90px;
  86. }
  87.  
  88. #rEar {
  89. right: 90px;
  90. }
  91.  
  92. #lTip {
  93. left: 80px;
  94. }
  95.  
  96. #rTip {
  97. right: 80px;
  98. }
  99.  
  100. .eye {
  101. height: 65px;
  102. width: 128px;
  103. position: absolute;
  104. top: 210px;
  105. background-color: #000;
  106. z-index: 3;
  107. }
  108.  
  109. #leftEye {
  110. left: 140px;
  111. -webkit-border-radius: 50px 60px 160px 90px;
  112. -moz-border-radius: 50px 60px 160px 90px;
  113. border-radius: 50px 60px 160px 90px;
  114. }
  115.  
  116. #rightEye {
  117. right: 140px;
  118. -webkit-border-radius: 60px 50px 90px 160px;
  119. -moz-border-radius: 60px 50px 90px 160px;
  120. border-radius: 60px 50px 90px 160px;
  121. }
  122.  
  123. .inner {
  124. width: 136px;
  125. height: 40px;
  126. background-color: #fff;
  127. border: 5px solid white;
  128. position: absolute;
  129. top: 250px;
  130. -webkit-border-radius: 5px;
  131. -moz-border-radius: 5px;
  132. border-radius: 5px;
  133. z-index: 5;
  134. }
  135.  
  136. #innerL {
  137. -webkit-transform: rotate(-25deg);
  138. -moz-transform: rotate(-25deg);
  139. -o-transform: rotate(-25deg);
  140. -ms-transform: rotate(-25deg);
  141. transform: rotate(-25deg);
  142. left: 150px;
  143. }
  144.  
  145. #innerR {
  146. -webkit-transform: rotate(25deg);
  147. -moz-transform: rotate(25deg);
  148. -o-transform: rotate(25deg);
  149. -ms-transform: rotate(25deg);
  150. transform: rotate(25deg);
  151. right: 150px;
  152. }
  153.  
  154. #goatee {
  155. position: absolute;
  156. top: 460px;
  157. left: 252px;
  158. z-index: 6;
  159. }
  160.  
  161. #goatee div:nth-child(1) {
  162. height:10px;
  163. width: 15px;
  164. }
  165.  
  166. #goatee div:nth-child(2){
  167. height: 30px;
  168. width: 38px;
  169. }
  170.  
  171. #goatee div:nth-child(3){
  172. height: 20px;
  173. width: 70px;
  174. }
  175.  
  176. #goatee div:nth-child(4){
  177. height: 52px;
  178. width: 98px;
  179. }
  180.  
  181. #goatee div:nth-child(5){
  182. height: 16px;
  183. width: 33px;
  184. }
  185.  
  186. .cheek {
  187. height: 150px;
  188. width: 150px;
  189. position: absolute;
  190. top: 311px;
  191. -webkit-border-radius: 100px;
  192. -moz-border-radius: 100px;
  193. border-radius: 100px;
  194. z-index: 1;
  195. }
  196.  
  197. #lCheek {
  198. left: 30px;
  199. }
  200.  
  201. #rCheek {
  202. right: 30px;
  203. }
  204.  
  205. .cheekLine {
  206. font-family: "Arial Narrow", sans-serif;
  207. font-size: 120px;
  208. position: absolute;
  209. top: 370px;
  210. z-index: 3;
  211. }
  212.  
  213. #leftLine {
  214. left: 200px;
  215. -webkit-transform: rotate(-25deg);
  216. -moz-tranform: rotate(-25deg);
  217. -o-transform: rotate(-25deg);
  218. -ms-transform: rotate(-25deg);
  219. transform: rotate(-25deg);
  220. }
  221.  
  222. #rightLine {
  223. right: 200px;
  224. -webkit-transform: rotate(25deg);
  225. -moz-tranform: rotate(25deg);
  226. -o-transform: rotate(25deg);
  227. -ms-transform: rotate(25deg);
  228. transform: rotate(25deg);
  229. }
  230.  
  231. #upperMouth {
  232. height: 300px;
  233. width: 300px;
  234. position: absolute;
  235. top: 335px;
  236. left: 145px;
  237. background-color: transparent;
  238. -webkit-border-top-left-radius: 90px;
  239. -moz-border-radius-topleft: 90px;
  240. border-top-left-radius: 90px;
  241. -webkit-transform: rotate(45deg);
  242. -moz-transform: rotate(45deg);
  243. -ms-transform: rotate(45deg);
  244. -o-transform: rotate(45deg);
  245. transform: rotate(45deg);
  246. border-right: 0;
  247. border-bottom: 0;
  248. z-index: 2;
  249. }
  250.  
  251. .tooth {
  252. background-color: #000;
  253. width: 20px;
  254. position: absolute;
  255. z-index: 2;
  256. }
  257.  
  258. #l1 {
  259. top: 330px;
  260. left: 235px;
  261. height: 30px;
  262. -webkit-border-top-left-radius: 10px;
  263. -moz-border-radius-topleft: 10px;
  264. border-top-left-radius: 10px;
  265.  
  266. }
  267.  
  268. #l2 {
  269. top: 317px;
  270. left: 270px;
  271. height: 30px;
  272. }
  273.  
  274. #r2 {
  275. top: 318px;
  276. right: 270px;
  277. height: 31px;
  278. }
  279.  
  280. #r1 {
  281. top: 331px;
  282. right: 235px;
  283. height: 30px;
  284. -webkit-border-top-right-radius: 12px;
  285. -moz-border-radius-topright: 12px;
  286. border-top-right-radius: 12px;
  287.  
  288. }
  289.  
  290. #mouth {
  291. height: 300px;
  292. width: 300px;
  293. margin: 0 auto;
  294. margin-top: -60px;
  295. position: relative;
  296. border-bottom: 0;
  297. border-right: 0;
  298. -webkit-border-top-left-radius: 150px;
  299. -moz-border-radius-topleft: 150px;
  300. border-top-left-radius: 150px;
  301. -webkit-transform: rotate(45deg);
  302. -moz-transform: rotate(45deg);
  303. -o-transform: rotate(45deg);
  304. -ms-transform: rotate(45deg);
  305. transform: rotate(45deg);
  306. z-index: 2;
  307. }
  308.  
  309. #mouthCover {
  310. z-index: 3;
  311. background-color: #fff;
  312. position: absolute;
  313. top: 333px;
  314. left: 192px;
  315. height: 200px;
  316. width: 200px;
  317. border-color: #fff;
  318. -webkit-border-top-left-radius: 150px;
  319. -moz-border-radius-topleft: 150px;
  320. border-top-left-radius: 150px;
  321. -webkit-transform: rotate(45deg);
  322. -moz-transform: rotate(45deg);
  323. -o-transform: rotate(45deg);
  324. -ms-transform: rotate(45deg);
  325. transform: rotate(45deg);
  326. }
  327.  
  328. .chin {
  329. height: 200px;
  330. width: 170px;
  331. position: absolute;
  332. z-index: 2;
  333. top: 380px;
  334. }
  335.  
  336. #lChin {
  337. left: 90px;
  338. -webkit-border-radius: 75px 100px 75px 100px;
  339. -moz-border-radius: 75px 100px 75px 100px;
  340. border-radius: 75px 100px 75px 100px;
  341. -webkit-transform: rotate(-55deg);
  342. -moz-transform: rotate(-55deg);
  343. -o-transform: rotate(-55deg);
  344. -ms-transform: rotate(-55deg);
  345. transform: rotate(-55deg);
  346. }
  347.  
  348. #rChin {
  349. right: 89px;
  350. -webkit-border-radius: 100px 75px 100px 75px;
  351. -moz-border-radius: 100px 75px 100px 75px;
  352. border-radius: 100px 75px 100px 75px;
  353. -webkit-transform: rotate(55deg);
  354. -moz-transform: rotate(55deg);
  355. -ms-transform: rotate(55deg);
  356. -o-transform: rotate(55deg);
  357. transform: rotate(55deg);
  358. }
  359.  
  360. .dimple {
  361. background-color: #000;
  362. position: absolute;
  363. z-index: 5;
  364. top: 520px;
  365. height: 40px;
  366. width: 40px;
  367. -webkit-border-radius: 40px;
  368. -moz-border-radius: 40px;
  369. border-radius: 40px;
  370. }
  371.  
  372. #leftDimp {
  373. left: 180px;
  374. }
  375.  
  376. #rightDimp {
  377. right: 180px;
  378. }
  379.  
  380. .dimpleBase {
  381. height: 65px;
  382. width: 70px;
  383. -webkit-border-radius: 100px 200px 100px 200px;
  384. -moz-border-radius: 100px 200px 100px 200px;
  385. border-radius: 100px 200px 100px 200px;
  386. -webkit-transform: rotate(135deg);
  387. -moz-transform: rotate(135deg);
  388. -o-transform: rotate(135deg);
  389. -ms-transform: rotate(135deg);
  390. transform: rotate(135deg);
  391. position: absolute;
  392. z-index: 3;
  393. top: 499px;
  394. }
  395.  
  396. #leftBase {
  397. left: 157px;
  398. }
  399.  
  400. #rightBase {
  401. right: 157px;
  402. }
  403.  
  404. .slight {
  405. height: 35px;
  406. width: 40px;
  407. position: absolute;
  408. top: 515px;
  409. z-index: 4;
  410. border-top: 0;
  411. }
  412.  
  413. #leftSlight {
  414. left: 235px;
  415. border-left: 0;
  416. }
  417.  
  418. #rightSlight {
  419. right: 238px;
  420. border-right: 0;
  421. }
  422.  
  423. .vents {
  424. position: absolute;
  425. z-index: 4;
  426. top: 350px;
  427. }
  428.  
  429. .vents p {
  430. width: 7px;
  431. background-color: #000;
  432. margin-right: 5px;
  433. float: left;
  434.  
  435. }
  436.  
  437. #lvent p:first-child {
  438. height: 20px;
  439. }
  440.  
  441. #lvent p:nth-child(2) {
  442. height: 23px;
  443. }
  444.  
  445. #lvent p:nth-child(3) {
  446. height: 26px;
  447. }
  448.  
  449. #lvent p:nth-child(4) {
  450. height: 29px;
  451. }
  452.  
  453. #lvent p:nth-child(5) {
  454. height: 32px;
  455. }
  456.  
  457. #lvent p:nth-child(6) {
  458. height: 35px;
  459. }
  460.  
  461. #lvent p:last-child {
  462. height: 38px;
  463. }
  464.  
  465. #rvent p:last-child {
  466. height: 20px;
  467. }
  468.  
  469. #rvent p:nth-child(6) {
  470. height: 23px;
  471. }
  472.  
  473. #rvent p:nth-child(5) {
  474. height: 26px;
  475. }
  476.  
  477. #rvent p:nth-child(4) {
  478. height: 29px;
  479. }
  480.  
  481. #rvent p:nth-child(3) {
  482. height: 32px;
  483. }
  484.  
  485. #rvent p:nth-child(2) {
  486. height: 35px;
  487. }
  488.  
  489. #rvent p:first-child {
  490. height: 38px;
  491. }
  492.  
  493. #lvent {
  494. left: 50px;
  495. -webkit-transform: rotate(60deg);
  496. -moz-transform: rotate(60deg);
  497. -o-transform: rotate(60deg);
  498. -ms-transform: rotate(60deg);
  499. transform: rotate(60deg);
  500. }
  501.  
  502. #rvent {
  503. right: 50px;
  504. -webkit-transform: rotate(-60deg);
  505. -moz-transform: rotate(-60deg);
  506. -o-transform: rotate(-60deg);
  507. -ms-transform: rotate(-60deg);
  508. transform: rotate(-60deg);
  509.  
  510. }
  511.  
  512. i {
  513. font-weight:300;
  514. }
  515.  
  516. #nose {
  517. width: 105px;
  518. height: 105px;
  519. -webkit-border-top-left-radius: 40px;
  520. -moz-border-radius-topleft: 40px;
  521. border-top-left-radius: 40px;
  522. -webkit-transform: rotate(45deg);
  523. -moz-transform: rotate(45deg);
  524. -o-transform: rotate(45deg);
  525. -ms-transform: rotate(45deg);
  526. transform: rotate(45deg);
  527. position: absolute;
  528. z-index: 5;
  529. border-right-color: #fff;
  530. border-bottom-color: #fff;
  531. top: 453px;
  532. left: 241px;
  533. }
  534.  
  535. #goatee div {
  536. background-color: #000;
  537. margin: 0 auto;
  538. }
  539.  
  540. #fitty {
  541. height: 100%;
  542. width: 1px;
  543. background-color: red;
  544. position: absolute;
  545. z-index: 340;
  546. left: 50%;
  547. top: 0;
  548. }
  549. </style>
  550. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script></head>
  551. <body></script><!DOCTYPE HTML>
  552. <html lang="en-US">
  553. <head>
  554. <meta charset="UTF-8">
  555. <title>Imperial Storm Trooper | CSS Art By Kris Triplett</title>
  556. </head>
  557.  
  558. <link rel="stylesheet" href="css/trooper.css" />
  559. <!--
  560. An HTML/CSS Self-challenge by Kris Triplett, March 22, 2011
  561. -->
  562. <body>
  563.  
  564. <h1>JSPad ~ <i>With Syntax Highlighting</i></h1>
  565.  
  566. <div id="trooper">
  567. <div id="helmetTop" class="border"></div>
  568. <div id="uniBrow"></div>
  569. <div id="lEar" class="ear border"></div>
  570. <div id="rEar" class="ear border"></div>
  571. <div class="qTip" id="lTip"></div>
  572. <div class="qTip" id="rTip"></div>
  573. <div class="eye" id="leftEye"></div>
  574. <div class="inner" id="innerL"></div>
  575. <div class="bag" id="leftBag"></div>
  576. <div class="eye" id="rightEye"></div>
  577. <div class="inner" id="innerR"></div>
  578. <div class="bag" id="rightBag"></div>
  579. <div class="cheek border" id="lCheek"></div>
  580. <div class="cheek border" id="rCheek"></div>
  581. <div class="vents" id="lvent">
  582. <p class="1"></p>
  583. <p class="2"></p>
  584. <p class="3"></p>
  585. <p class="4"></p>
  586. <p class="5"></p>
  587. <p class="6"></p>
  588. </div>
  589. <div class="vents" id="rvent">
  590. <p class="6"></p>
  591. <p class="5"></p>
  592. <p class="4"></p>
  593. <p class="3"></p>
  594. <p class="2"></p>
  595. <p class="1"></p>
  596. </div>
  597.  
  598. <div class="border" id="upperMouth"></div>
  599. <div class="tooth" id="l1"></div>
  600. <div class="tooth" id="l2"></div>
  601. <div class="tooth" id="r2"></div>
  602. <div class="tooth" id="r1"></div>
  603. <div id="mouth" class="border"></div>
  604. <div id="mouthCover" class="border"></div>
  605. <div class="cheekLine" id="leftLine">)</div>
  606. <div class="cheekLine" id="rightLine">(</div>
  607. <div class="chin border" id="lChin"></div>
  608. <div class="chin border" id="rChin"></div>
  609. <div id="nose" class="border"></div>
  610.  
  611. <div class="dimpleBase border" id="leftBase"></div>
  612. <div class="slight border" id="leftSlight"></div>
  613. <div class="slight border" id="rightSlight"></div>
  614. <div class="dimpleBase border" id="rightBase"></div>
  615. <div class="dimple" id="leftDimp"></div>
  616. <div class="dimple" id="rightDimp"></div>
  617. <div id="goatee">
  618. <div></div>
  619. <div></div>
  620. <div></div>
  621. <div></div>
  622. <div></div>
  623. </div>
  624. </div>
  625. </body>
  626. </html>
  627. </body>
  628. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement