Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. html
  2. ```<div class="wrapper">
  3.  
  4. <div class="headerimg"><img src="http://i.imgur.com/J9YNpYz.png" width=100%></div>
  5.  
  6. <div class="titlePart1">
  7. <div class="partOne">/// Part One</div>
  8. <div class="coreHeader">Core Information >>></div>
  9. </div>
  10. </div>
  11. ```
  12. -------------------------------------------------------------------------------------------------------------
  13.  
  14. css
  15. ```/*Color References*/
  16. /* Light Blue: #7eb7e0;
  17. /* Dark Blue: #244160;
  18. /* Red: #cb3634;
  19. /* White: #FFFFFF; */
  20.  
  21. .sheet-wrapper {
  22. background-color: #FFFFFF;
  23. width: 800px;
  24. padding: 10px;
  25. font-family: Courier, Garamond, sans-serif;
  26. }
  27.  
  28. .sheet-headerimg {
  29. display: block;
  30. margin: auto;
  31. width: 80%;
  32. background-position: center center;
  33. }
  34.  
  35. .sheet-titlePart1 {
  36. float: left;
  37.  
  38. }
  39.  
  40. .sheet-partOne {
  41. background-color: #244160;
  42. color: #FFFFFF;
  43. text-transform: uppercase;
  44. font-family: Courier, Garamond, sans-serif;
  45. font-weight: bold;
  46. float: left;
  47. width: 20%;
  48. }
  49.  
  50. .sheet-coreHeader{
  51. background-color: #7eb7e0;
  52. color: #244160;
  53. text-transform: uppercase;
  54. float: right
  55. }
  56.  
  57. coreInfo{
  58.  
  59. }
  60.  
  61. titlePart2{
  62.  
  63. }
  64.  
  65. partTwo{
  66. background-color: #244160;
  67. color: #FFFFFF;
  68. text-transform: uppercase;
  69. }
  70.  
  71. developmentHeader{
  72. background-color: #7eb7e0;
  73. color: #244160;
  74. text-transform: uppercase;
  75. }
  76.  
  77. development{
  78.  
  79. }
  80.  
  81. stats{
  82.  
  83. }
  84.  
  85. titlePart3{
  86.  
  87. }
  88.  
  89. partThree{
  90. background-color: #244160;
  91. color: #FFFFFF;
  92. text-transform: uppercase;
  93. }
  94.  
  95. skillsHeader{
  96. background-color: #7eb7e0;
  97. color: #244160;
  98. text-transform: uppercase;
  99. }
  100.  
  101. skills1{
  102.  
  103. }
  104.  
  105. skills2{
  106.  
  107. }
  108.  
  109. skills3{
  110.  
  111. }
  112.  
  113. skills4{
  114.  
  115. }
  116.  
  117. titlePart4{
  118.  
  119. }
  120.  
  121. partFour{
  122. background-color: #244160;
  123. color: #FFFFFF;
  124. text-transform: uppercase;
  125. }
  126.  
  127. wellbeingHeader{
  128. background-color: #7eb7e0;
  129. color: #244160;
  130. text-transform: uppercase;
  131. }
  132.  
  133. wellbeing{
  134.  
  135. }
  136.  
  137. memory{
  138.  
  139. }
  140.  
  141. titlePart5{
  142.  
  143. }
  144.  
  145. partFive{
  146. background-color: #244160;
  147. color: #FFFFFF;
  148. text-transform: uppercase;
  149. }
  150.  
  151. equipmentHeader{
  152. background-color: #7eb7e0;
  153. color: #244160;
  154. text-transform: uppercase;
  155. }
  156.  
  157. equipment{
  158.  
  159. }```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement