Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. * { box-sizing: border-box; }
  2. @media only screen and (max-width: 680px){
  3. form {
  4. min-width: 0!important;
  5. }
  6.  
  7. div#footer_container {
  8. min-width: 0!important;
  9. }
  10.  
  11. .footer {
  12. min-width: 0!important;
  13. width: 100%!important;
  14. }
  15.  
  16. form table td {
  17. width: auto!important;
  18. max-width: 100%;
  19. }
  20. td.askia-response label { display: table-cell; vertical-align: middle; }
  21. }
  22.  
  23. .footer .col1 img {
  24. float: left;
  25. width: 32%;
  26. }
  27.  
  28. .footer .col2 img {
  29. max-width: 42%;
  30. }
  31.  
  32. div#top_container {
  33. display: none;
  34. }
  35.  
  36. .askia-question-label {
  37. font-size: 14pt!important;
  38. }
  39.  
  40. .progressWrapper {
  41. position: absolute;
  42. right: 20px;
  43. bottom: 20px;
  44. }
  45.  
  46. form {
  47. /*position: relative;*/
  48. }
  49.  
  50. input.navbutton {
  51. width: 80px;
  52. font-size: 10pt;
  53. padding: 7px;
  54. }
  55. span.instr { color: rgb(112, 173, 71); }
  56.  
  57. span.currentQ {
  58. display: none;
  59. }
  60.  
  61. .progressWrapper+br, .progressWrapper+br+br {
  62. display: none;
  63. }
  64. #adc_1 .background-mask { display: none!important; }
  65.  
  66.  
  67. html, body {
  68. height: 100%;
  69. width: 100%;
  70. margin: 0;
  71. padding: 0;
  72. background: #F6F6F6;
  73. }
  74.  
  75. body{
  76. margin: 0px;
  77. padding: 0px;
  78. font-family: Arial, sans-serif !important;
  79. font-size: 0.8em;
  80. }
  81.  
  82. a {
  83. font-size: .787em;
  84. color:#FFF;
  85. text-decoration: none;
  86. }
  87.  
  88. #top_container {
  89. padding-top: 15px;
  90. margin-left: 25px;
  91. }
  92.  
  93. #maincontent{
  94. min-height: 100%;
  95. margin-bottom: -260px;
  96. }
  97.  
  98. #main_container{
  99. padding-top: 25px;
  100. padding-bottom: 250px;
  101. }
  102.  
  103. form {
  104. width: 70%;
  105. margin-left: auto;
  106. margin-right: auto;
  107. margin-top: 20px;
  108. background-color: #FFFFFF !important;
  109. margin-bottom: .72em;
  110. padding: 2.001em;
  111. box-sizing: border-box;
  112.  
  113. -webkit-box-shadow: -1px 4px 17px -2px rgba(0,0,0,0.75);
  114. -moz-box-shadow: -1px 4px 17px -2px rgba(0,0,0,0.75);
  115. box-shadow: -1px 4px 17px -2px rgba(0,0,0,0.75);
  116.  
  117. -webkit-border-radius: 3px;
  118. -moz-border-radius: 3px;
  119. border-radius: 3px;
  120. }
  121.  
  122. .errortext{
  123. color: rgba(204, 0, 0, 1);
  124. font-weight: bold;
  125. padding: 0 !important;
  126. padding-bottom:30px !important;
  127. }
  128.  
  129. .askia-question-label {
  130. font-size: 0.8em;
  131. line-height: 1.201em;
  132. margin: .334em 0 .401em 0;
  133. font-family: Arial,sans-serif,serif !important;
  134. /*padding-bottom: 35px;*/
  135. padding: 10px;
  136. color: #565656;
  137. }
  138.  
  139. .askia-response-label{
  140. font-size: 12pt!important;
  141. font-family: Arial,sans-serif,serif !important;
  142. padding: 3px;
  143. color: #565656;
  144. }
  145.  
  146. .askia-response{
  147. padding: 10px;
  148. background-color: #F6F6F6;
  149. -webkit-border-radius: 3px;
  150. -moz-border-radius: 3px;
  151. border-radius: 3px;
  152. border-width: 1px;
  153. border-style: solid;
  154. border-color: #FFFFFF;
  155. color: #565656;
  156. font-weight:normal;
  157. font-size: 14pt !important;
  158. }
  159.  
  160. textarea {
  161. width: 100%;
  162. height: 50px;
  163. background-color: #FFFFFF !important;
  164. border: #565656 0 !important;
  165. border-width: 1px !important;
  166. padding: 5px !important;
  167. margin: 0 !important;
  168. color: #000000 !important;
  169. font-weight: normal !important;
  170. font-family: Arial,sans-serif,serif !important;
  171. font-size: 1.3em;
  172. }
  173.  
  174. .sliderLabel{
  175. background-color: #F6F9F6 !important;
  176. color: #979797 !important;
  177. }
  178.  
  179. .noUi-handle{
  180. background-color: none !important;
  181. width: 20px !important;
  182. height: 48px !important;
  183. top: -9px !important;
  184. left: -18px !important;
  185. }
  186.  
  187. #adc_1 .noUi-horizontal, #adc_2 .noUi-horizontal {
  188. height: 10px !important;
  189. }
  190.  
  191. #adc_1 .noUi-horizontal.noUi-extended, #adc_2 .noUi-horizontal.noUi-extended {
  192. padding-right: 0px !important;
  193. }
  194.  
  195. .handleValue{
  196. padding-top: 34px !important;
  197. font-weight: bold !important;
  198. }
  199.  
  200.  
  201. .navbutton {
  202. -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  203. -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  204. box-shadow:inset 0px 1px 0px 0px #54a3f7;
  205. background-color:#007dc1;
  206. -moz-border-radius:3px;
  207. -webkit-border-radius:3px;
  208. border-radius:3px;
  209. border:1px solid #124d77;
  210. display:inline-block;
  211. cursor:pointer;
  212. color:#ffffff;
  213. font-family:Arial;
  214. font-size:13px;
  215. padding:10px 45px;
  216. text-decoration:none;
  217. text-shadow:0px 1px 0px #154682;
  218. margin-top: 25px;
  219. }
  220.  
  221. .myforward{
  222. margin-left:50px;
  223. }
  224.  
  225. .navbutton:hover {
  226. background-color:#0061a7;
  227. }
  228. .navbutton:active {
  229. position:relative;
  230. top:1px;
  231. }
  232.  
  233. .wemf_adress{
  234. float: left;
  235. clear: both;
  236. }
  237.  
  238. #footer_container{
  239. height:250px;
  240. width:100%;
  241. padding-bottom: 30px;
  242. clear: both;
  243. background-color: #EAEAEA;
  244. }
  245.  
  246. .footer{
  247. width: 70%;
  248. min-width:600px;
  249. padding-top: 30px;
  250. margin-left: auto;
  251. margin-right: auto;
  252. color: #565656;
  253. }
  254.  
  255. .footer_container {
  256. height: 250px;
  257. }
  258.  
  259. .col1{
  260. float: left;
  261. }
  262. .col2{
  263. width:30%;
  264. float: right;
  265. }
  266.  
  267. .footer_chapter{
  268. font-size: 1.0em;
  269. line-height: 1.751em;
  270. font-weight: 400;
  271. }
  272.  
  273. .footerline {
  274. background-color: #CCCCCC;
  275. margin-bottom: .72em;
  276. margin-top: .72em;
  277. width: 100%;
  278. height: 1px;
  279. }
  280.  
  281.  
  282. input[type='checkbox'],
  283. input[type='radio'] {
  284. width:auto;
  285. float:left;
  286. margin-right: .75em;
  287. background:transparent;
  288. border:none;
  289. }
  290.  
  291. input[type='checkbox']:checked,
  292. input[type='checkbox']:not(:checked),
  293. input[type='radio']:checked,
  294. input[type='radio']:not(:checked) {
  295. background: transparent;
  296. position: relative;
  297. visibility: hidden;
  298. margin:0;
  299. padding:0;
  300. }
  301.  
  302. input[type='checkbox'] + label,
  303. input[type='radio'] + label {
  304. cursor: pointer;
  305. }
  306.  
  307. input[type='checkbox']:checked + label::before,
  308. input[type='checkbox']:not(:checked) + label::before,
  309. input[type='radio']:checked + label::before,
  310. input[type='radio']:not(:checked) + label::before {
  311. content:' ';
  312. display:inline-block;
  313. width: 17px;
  314. height:17px;
  315. position: relative;
  316. top:2px;
  317. border: 1px solid #bbb;
  318. background: white;
  319. margin-right: 1em;
  320. box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
  321. }
  322.  
  323. input[type=radio]:checked + label::before,
  324. input[type=radio]:not(:checked) + label::before {
  325. border-radius: 30px;
  326. }
  327.  
  328. input[type='checkbox']:hover + label::before,
  329. input[type='radio']:hover + label::before {
  330. background:#ddd;
  331. box-shadow: inset 0 0 0 2px white;
  332. }
  333.  
  334. input[type='checkbox']:checked + label::before,
  335. input[type='radio']:checked + label::before {
  336. background:#45526e;
  337. box-shadow: inset 0 0 0 2px white;
  338. }
  339.  
  340. input[type='number'],
  341. input[type='text'] {
  342. height: 39px;
  343. -webkit-appearance: none;
  344. border-style: solid;
  345. border-width: 1px;
  346. border-color: #CCCCCC;
  347. border-radius: 5px;
  348. vertical-align: middle;
  349. font-size: 14pt;
  350. padding-left: 5px;
  351. padding-right: 5px;
  352. margin-left: 5px;
  353. width: calc(100% - 10px);
  354. }
  355.  
  356. @media (max-width: 680px){
  357. form{
  358. width: 100% !important;
  359. min-width: 600px;
  360. }
  361.  
  362. #footer_container{
  363. min-width: 600px;
  364. height: 250px !important;
  365. padding-bottom: 50px !important;
  366. }
  367. .col1{
  368. float: none !important;
  369. margin-bottom: 30px !important;
  370. padding-left: 30px !important;
  371. }
  372.  
  373. .col2{
  374. float: none !important;
  375. width: 100% !important;
  376. padding-left: 30px !important;
  377. }
  378.  
  379. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement