Advertisement
aznGiLL

site.css

Jun 7th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 20px;
  4. background-image: url("Images/diamond_upholstery_@2X.png");
  5. background-repeat: repeat;
  6. }
  7.  
  8. /* Set padding to keep content from hitting the edges */
  9. .body-content {
  10. padding-left: 15px;
  11. padding-right: 15px;
  12. }
  13.  
  14. /* Set width on the form input elements since they're 100% wide by default */
  15. input,
  16. select,
  17. textarea {
  18. max-width: 280px;
  19. }
  20.  
  21. /* Gill CSS from here and downwards */
  22.  
  23. hr {
  24. border-top: 3px solid #fff !important;
  25. }
  26.  
  27. .ndc-logo-div {
  28. width: 337px;
  29. margin: auto;
  30. }
  31.  
  32. .ndc-logo {
  33. margin: auto;
  34. width: 337px;
  35. height: 174px;
  36. }
  37.  
  38. .left-box {
  39. background-color: #fff;
  40. border-radius: 8px;
  41. /*max-width: 320px;*/
  42. max-height: 620px;
  43. margin: auto;
  44. margin-top: 35px;
  45. margin-left: 30px;
  46. min-height: 320px;
  47. }
  48.  
  49. .right-box {
  50. background-color: #fff;
  51. border-radius: 8px;
  52. /*max-width: 320px;*/
  53. max-height: 720px;
  54. margin: auto;
  55. margin-top: 35px;
  56. margin-left: 30px;
  57. min-height: 720px;
  58. }
  59.  
  60. .current-color-ufo {
  61. min-height: 50px;
  62. }
  63.  
  64. .current-color-div {
  65. margin: auto;
  66. width: 227px;
  67. margin-top: 15px;
  68. margin-bottom: 15px;
  69. padding-top: 20px;
  70. }
  71.  
  72. .chosen-color-ufo {
  73. min-height: 50px;
  74. }
  75.  
  76. .chosen-color-div {
  77. margin: auto;
  78. width: 227px;
  79. margin-top: 15px;
  80. margin-bottom: 15px;
  81. padding-top: 20px;
  82. }
  83.  
  84. .send-it-to-azure-div {
  85. margin: 30px;
  86. float: right;
  87. cursor: pointer;
  88. }
  89.  
  90. .current-ufo-circle {
  91. margin: auto;
  92. width: 250px;
  93. height: 280px;
  94. }
  95.  
  96. .current-ring-1 {
  97. position: absolute;
  98. border-radius: 80%;
  99. background: #8AC007;
  100. padding: 20px;
  101. width: 250px;
  102. height: 250px;
  103. }
  104.  
  105. .current-ring-2 {
  106. position: absolute;
  107. border-radius: 80%;
  108. background: #0094ff;
  109. padding: 20px;
  110. width: 210px;
  111. height: 210px;
  112. left: 20px;
  113. }
  114.  
  115. .current-ring-3 {
  116. position: absolute;
  117. border-radius: 80%;
  118. background: #ff006e;
  119. padding: 20px;
  120. width: 170px;
  121. height: 170px;
  122. left: 20px;
  123. }
  124.  
  125. .current-ring-4 {
  126. position: absolute;
  127. border-radius: 80%;
  128. background: #b6ff00;
  129. padding: 20px;
  130. width: 130px;
  131. height: 130px;
  132. left: 20px;
  133. }
  134.  
  135. .current-ring-5 {
  136. position: absolute;
  137. border-radius: 80%;
  138. background: #5400e6;
  139. padding: 20px;
  140. width: 90px;
  141. height: 90px;
  142. left: 20px;
  143. }
  144.  
  145. .current-ring-center {
  146. position: absolute;
  147. border-radius: 80%;
  148. background: #fff;
  149. padding: 20px;
  150. width: 50px;
  151. height: 50px;
  152. left: 20px;
  153. }
  154.  
  155.  
  156. .chosen-ufo-circle {
  157. margin: auto;
  158. width: 250px;
  159. height: 280px;
  160. }
  161.  
  162. .chosen-ring-1 {
  163. position: absolute;
  164. border-radius: 80%;
  165. background: #8AC007;
  166. padding: 20px;
  167. width: 250px;
  168. height: 250px;
  169. }
  170.  
  171. .chosen-ring-2 {
  172. position: absolute;
  173. border-radius: 80%;
  174. background: #0094ff;
  175. padding: 20px;
  176. width: 210px;
  177. height: 210px;
  178. left: 20px;
  179. }
  180.  
  181. .chosen-ring-3 {
  182. position: absolute;
  183. border-radius: 80%;
  184. background: #ff006e;
  185. padding: 20px;
  186. width: 170px;
  187. height: 170px;
  188. left: 20px;
  189. }
  190.  
  191. .chosen-ring-4 {
  192. position: absolute;
  193. border-radius: 80%;
  194. background: #b6ff00;
  195. padding: 20px;
  196. width: 130px;
  197. height: 130px;
  198. left: 20px;
  199. }
  200.  
  201. .chosen-ring-5 {
  202. position: absolute;
  203. border-radius: 80%;
  204. background: #5400e6;
  205. padding: 20px;
  206. width: 90px;
  207. height: 90px;
  208. left: 20px;
  209. }
  210.  
  211. .chosen-ring-center {
  212. position: absolute;
  213. border-radius: 80%;
  214. background: #fff;
  215. padding: 20px;
  216. width: 50px;
  217. height: 50px;
  218. left: 20px;
  219. }
  220.  
  221. .by-user-div {
  222. margin: auto;
  223. width: 258px;
  224. }
  225.  
  226. .by-user {
  227. background-image: url("Images/byuser.png");
  228. background-repeat:no-repeat;
  229. width: 258px;
  230. height: 85px;
  231. }
  232.  
  233. .your-user-div {
  234. margin: auto;
  235. width: 258px;
  236. }
  237.  
  238. .your-user {
  239. background-image: url("Images/yourtwitterhandle.png");
  240. background-repeat:no-repeat;
  241. width: 258px;
  242. height: 85px;
  243. }
  244.  
  245. .input-custom {
  246. outline: 0;
  247. border: 1px solid rgba(255, 255, 255, 0.4);
  248. background-color: rgba(255, 255, 255, 0.2);
  249. width: 250px;
  250. border-radius: 3px;
  251. padding: 10px 15px;
  252. margin: 0 auto 10px auto;
  253. display: block;
  254. text-align: center;
  255. font-size: 20px;
  256. color: #c83c3c;
  257. font-weight: 300;
  258. padding-top: 35px;
  259. }
  260.  
  261. .input-custom-2 {
  262. outline: 0;
  263. border: 1px solid rgba(255, 255, 255, 0.4);
  264. background-color: rgba(255, 255, 255, 0.2);
  265. width: 250px;
  266. border-radius: 3px;
  267. padding: 10px 15px;
  268. margin: 0 auto 10px auto;
  269. display: block;
  270. text-align: center;
  271. font-size: 20px;
  272. color: #c83c3c;
  273. font-weight: 300;
  274. padding-top: 26px;
  275. }
  276.  
  277. .pick-color-div {
  278. margin: auto;
  279. width: 164px;
  280. margin-top: 10px;
  281. margin-bottom: 15px;
  282. padding-top: 10px;
  283. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement