Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 KB | None | 0 0
  1. #row1 {
  2. background-color: white;
  3. color: dodgerblue;
  4. height: 19%;
  5. }
  6.  
  7. #row2 {
  8. background-color: lightgray;
  9. margin-top: -3%;
  10. height: 2000px;
  11. }
  12.  
  13. #notpass {
  14. margin-top: -48%;
  15. margin-left: 37%;
  16. }
  17.  
  18. .ie #notpass {
  19. margin-top: -48%;
  20. margin-left: 37%;
  21. }
  22.  
  23. #carddiv {
  24. margin-left: 0%;
  25. margin-top: -2%;
  26. }
  27.  
  28. .lgpass {
  29. font-size: 12px;
  30. }
  31.  
  32. .smpass {
  33. font-size: 7px;
  34. }
  35.  
  36. #score-details {
  37. font-family: 'HelveticaBold';
  38. font-size: 12pt;
  39. }
  40.  
  41. /* #simlulationtitle {
  42. color: #0081FF;
  43. } */
  44.  
  45. #dropdown11>li a {
  46. color: white;
  47. }
  48.  
  49. .profile {
  50. margin-top: -3%;
  51. margin-left: 82%;
  52. color: white;
  53. }
  54.  
  55. .visible>i.fa-angle-up {
  56. display: block;
  57. }
  58.  
  59. .visible>i.fa-angle-down {
  60. display: none;
  61. }
  62.  
  63. .hidden>i.fa-angle-up {
  64. display: none;
  65. }
  66.  
  67. .hidden>i.fa-angle-down {
  68. display: block;
  69. }
  70.  
  71. .dropdown-content {
  72. position: absolute;
  73. display: block;
  74. }
  75.  
  76. .greycolor {
  77. color: grey;
  78. }
  79.  
  80. #secondnav {
  81. display: -webkit-inline-box;
  82. float: right;
  83. }
  84.  
  85. table#score-details th {
  86. color: #4C5258;
  87. }
  88.  
  89. #rotator {
  90. height: 300px;
  91. width: 300px;
  92. margin-top: -9%;
  93. margin-left: -49%;
  94. }
  95.  
  96. /* <!--[if IE 11]-->
  97. #rotator {
  98. height: 300px;
  99. width: 300px;
  100. margin-top: -6%;
  101. margin-left: -10%;
  102. }
  103.  
  104. #notpass {
  105. margin-top: -48%;
  106. margin-left: 37%;
  107. }
  108.  
  109. <!--[endif]--> */
  110. .formatting {
  111. color: grey;
  112. }
  113. td.topborder{
  114. border-top:1px solid white;
  115. text-align:right;
  116. font-size:10pt;
  117. font-family:'DINPro';
  118. }
  119. .flagsalign{
  120. padding-left:10px;
  121. }
  122. #subtitle {
  123. display: -webkit-box;
  124. margin-left: 26%;
  125. }
  126.  
  127. .teal {
  128. background-color: white !important;
  129. }
  130.  
  131. select {
  132. background-color: rgba(255, 255, 255, 0.9);
  133. width: 50%;
  134. padding: 5px;
  135. border: 1px solid #f2f2f2;
  136. border-radius: 2px;
  137. margin-left: 4%;
  138. margin-top: 1%;
  139. height: 3rem;
  140. background-color: lightgray;
  141. }
  142.  
  143. .card-panel {
  144. transition: box-shadow .25s;
  145. padding: 20px;
  146. height: auto;
  147. margin: 0.5rem 0 1rem 0;
  148. border-radius: 2px;
  149. background-color: #fff;
  150. }
  151.  
  152. .collapsible-body {
  153. display: none;
  154. border-bottom: 1px solid #ddd;
  155. box-sizing: border-box;
  156. background-color: lightgrey;
  157. }
  158.  
  159. #title {
  160. background-color: lightgrey;
  161. visibility: hidden;
  162. }
  163.  
  164. #simlulationtitle {
  165. text-align: center;
  166. font-family: 'HelveticaBoldRoman';
  167. font-size: 22pt;
  168. color: #0081FF;
  169. }
  170.  
  171. .pass {
  172. color: lightgreen;
  173. }
  174.  
  175. .helpicon {
  176. color: white;
  177. }
  178.  
  179. .notpass {
  180. color: red;
  181. }
  182.  
  183. .downloadimg {
  184. height: 3%;
  185. margin-top: 10%;
  186. margin-right: 0%;
  187. }
  188.  
  189. h6#notpassing,h6#passing{
  190. text-align: left;
  191. font-family:'DINPro';
  192. font-size:16pt;
  193. }
  194.  
  195. .fa-circle-o-notch {
  196. margin-left: 75%;
  197. color: #90EE90;
  198. }
  199.  
  200. .collapsible-header {
  201. display: block;
  202. cursor: pointer;
  203. min-height: 3rem;
  204. line-height: 3rem;
  205. text-align: left;
  206. padding: 0 1rem;
  207. background-color: #fff;
  208. border-bottom: 1px solid #ddd;
  209. font-family: 'HelveticaBoldRoman';
  210. font-size: 14pt;
  211. }
  212.  
  213. img {
  214. border: 0;
  215. padding-left: 15px;
  216. }
  217.  
  218.  
  219.  
  220. .assignment-action{
  221. float:right;
  222. cursor: pointer
  223. }
  224. .assignment-action i{
  225. padding-right: 1em;
  226. color:#777
  227.  
  228. }
  229.  
  230. ul.assignment-list{
  231. list-style-type: circle
  232. }
  233.  
  234. .assignment-section{
  235. background-color: #fff;
  236. padding:20px;
  237. position:relative;
  238. top: -25px;
  239. border-left:3px solid #E6E6E6;
  240. border-right:3px solid #E6E6E6
  241.  
  242.  
  243.  
  244. }
  245.  
  246. .assignment-section-main{
  247. background-color: #fff;
  248. padding:20px;
  249. position:relative;
  250. top: -25px;
  251. border-left:3px solid #E6E6E6;
  252. border-top:3px solid #E6E6E6;
  253. border-right:3px solid #E6E6E6;
  254. border-radius:5px
  255. }
  256. #assignment-row{
  257. background-color: #E6E6E6;
  258. margin-bottom: 0px
  259. }
  260. .assignment-section-action{
  261. position:relative;
  262. top: 15px
  263. }
  264.  
  265. .assignment-label{
  266. color:#777;
  267. font-weight:bold;
  268. font-size:14px
  269. }
  270. .assignment-body{
  271. padding:30px;
  272. margin-bottom: 0px
  273. }
  274. .assignment-header{
  275. padding:20px;
  276. }
  277. .assignment-name{
  278. color:#777;
  279. font-weight:bold;
  280. font-size:16px
  281. }
  282. .assignment-score{
  283. color:#777;
  284. font-weight:bold;
  285. font-size:14px
  286. }
  287. .assignment-benchmark{
  288. color:#777;
  289. font-weight:bold;
  290. font-size:14px
  291. }
  292. .assignment-notes{
  293. padding:30px;
  294. background:#E6E6E6;
  295. border-top:3px solid gray;
  296. border-bottom:3px solid gray;
  297. margin-bottom: 0px
  298. }
  299. .assignment-excercise{
  300. padding:30px;
  301. background:#E6E6E6;
  302. margin-bottom: 0px;
  303. }
  304. .assignment-notes>div{
  305. line-height: 30px
  306. }
  307.  
  308. .label-notes-title,.label-excercise-title{
  309. color:gray;
  310. font-size:18px;
  311. clear:both
  312. }
  313. .label-notes,.label-excercise{
  314. color:gray;
  315. padding-bottom:15px
  316. }
  317.  
  318. #dashboard-action-row{
  319. background-color: #E6E6E6;
  320. margin-bottom: 0px
  321. }
  322.  
  323. .assignment-list li:hover{
  324. cursor: pointer;
  325. }
  326.  
  327. #download11{
  328. display:none;
  329. }
  330. @media ( max-width :400px) { /* #carddiv {
  331. margin-left: -3%;
  332. width: 111%;
  333. margin-top: -3%;
  334. }*/
  335. #carddiv {
  336. margin-left: 0%;
  337. margin-top: -2%;
  338. }
  339. .profile {
  340. margin-top: -10%;
  341. margin-left: 82%;
  342. color: white;
  343. }
  344. .row .col.s12 {
  345. width: 100%;
  346. margin-left: -1%;
  347. left: auto;
  348. right: auto;
  349. margin-top: 0%;
  350. }
  351. .fa-circle-o-notch {
  352. margin-left: 5%;
  353. color: #90EE90;
  354. }
  355. #rotator {
  356. height: 300px;
  357. width: 300px;
  358. margin-top: -17%;
  359. margin-left: -68%;
  360. }
  361. #cog {
  362. margin-right: 19%;
  363. margin-left: 28%;
  364. font-family: DINPro;
  365. font-size: 12pt;
  366. }
  367. select {
  368. background-color: rgba(255, 255, 255, 0.9);
  369. width: 50%;
  370. padding: 5px;
  371. border: 1px solid #f2f2f2;
  372. border-radius: 2px;
  373. margin-left: 1%;
  374. margin-top: 1%;
  375. height: 3rem;
  376. background-color: lightgray;
  377. }
  378. .downloadimg {
  379. height: 1%;
  380. margin-top: 10%;
  381. margin-right: 0%;
  382. }
  383. }
  384.  
  385. @media ( min-width :401px) and (max-width:599px) { /* #carddiv {
  386. margin-left: -3%;
  387. width: 111%;
  388. margin-top: -3%;
  389. }*/
  390. #carddiv {
  391. margin-left: 0%;
  392. margin-top: -2%;
  393. }
  394. #cog {
  395. margin-right: 19%;
  396. margin-left: -7%;
  397. font-family: DINPro;
  398. font-size: 12ptx;
  399. }
  400. .profile {
  401. margin-top: -10%;
  402. margin-left: 82%;
  403. color: white;
  404. }
  405. .fa-circle-o-notch {
  406. margin-left: 41%;
  407. color: #90EE90;
  408. }
  409. .row .col.s12 {
  410. width: 100%;
  411. margin-left: -1%;
  412. left: auto;
  413. right: auto;
  414. margin-top: 0%;
  415. }
  416.  
  417. #rotator {
  418. height: 348px;
  419. width: 300px;
  420. margin-top: -7%;
  421. margin-left: -93%;
  422. }
  423. select {
  424. background-color: rgba(255, 255, 255, 0.9);
  425. width: 50%;
  426. padding: 5px;
  427. border: 1px solid #f2f2f2;
  428. border-radius: 2px;
  429. margin-left: 1%;
  430. margin-top: 1%;
  431. height: 3rem;
  432. background-color: lightgray;
  433. }
  434. .downloadimg {
  435. height: 1%;
  436. margin-top: 10%;
  437. margin-right: 0%;
  438. }
  439. #carddiv {
  440. margin-left: 0%;
  441. margin-top: -25%;
  442. }
  443. }
  444.  
  445. @media ( min-width :600px) and (max-width:767px) {
  446. }
  447.  
  448. @media ( min-width :768px) and (max-width:950px) {
  449. }
  450.  
  451. @media ( min-width :951px) and (max-width:1050px) {
  452. #carddiv {
  453. margin-left: 21%;
  454. width: 60%;
  455. margin-top: -2%;
  456. }
  457. select {
  458. background-color: rgba(255, 255, 255, 0.9);
  459. width: 50%;
  460. padding: 5px;
  461. border: 1px solid #f2f2f2;
  462. border-radius: 2px;
  463. margin-left: 7%;
  464. margin-top: 1%;
  465. height: 3rem;
  466. background-color: lightgray;
  467. }
  468. #cog {
  469. margin-right: 19%;
  470. margin-left: 39%;
  471. font-family: DINPro;
  472. font-size: 12pt;
  473. }
  474. #subtitle {
  475. display: -webkit-box;
  476. margin-left: 0%;
  477. }
  478. .fa-circle-o-notch {
  479. margin-left: 65%;
  480. margin-top: -2%;
  481. color: #90EE90;
  482. }
  483. .downloadimg {
  484. height: 1%;
  485. margin-top: 10%;
  486. margin-right: 3%;
  487. margin-left: -6%;
  488. }
  489. #dropdown11 {
  490. width: 27.725px;
  491. position: absolute;
  492. top: 359.913px;
  493. left: 778.775px;
  494. opacity: 1;
  495. }
  496. #dropdown11:active {
  497. width: 27.725px;
  498. position: absolute;
  499. top: 359.913px;
  500. left: 778.775px;
  501. opacity: 1;
  502. }
  503. }
  504.  
  505. @media ( min-width :1051px) {
  506. #carddiv {
  507. margin-left: 21%;
  508. width: 60%;
  509. margin-top: -2%;
  510. }
  511. #subtitle {
  512. display: -webkit-box;
  513. margin-left: 0%;
  514. }
  515. select {
  516. background-color: rgba(255, 255, 255, 0.9);
  517. width: 50%;
  518. padding: 5px;
  519. border: 1px solid #f2f2f2;
  520. border-radius: 2px;
  521. margin-left: 7%;
  522. margin-top: 1%;
  523. height: 3rem;
  524. background-color: lightgray;
  525. }
  526. .fa-circle-o-notch {
  527. margin-left: 65%;
  528. margin-top: -2%;
  529. color: #90EE90;
  530. }
  531. #cog {
  532. margin-right: 19%;
  533. margin-left: 39%;
  534. font-family: DINPro;
  535. font-size: 12pt;
  536. }
  537. #rotator {
  538. height: 300px;
  539. width: 300px;
  540. margin-top: -9%;
  541. margin-left: -19%;
  542. }
  543.  
  544. /*.downloadimg{
  545. height: 3%;
  546. margin-top: 10%;
  547. margin-right:3%;
  548. }*/
  549. .downloadimg {
  550. height: 1%;
  551. margin-top: 10%;
  552. margin-right: 5%;
  553. margin-left: -6%;
  554. }
  555. #dropdown11 {
  556. width: 58.725px;
  557. position: absolute;
  558. top: 380.913px;
  559. left: 1076.775px;
  560. opacity: 1;
  561. background-color: #0081FF;
  562. color: white;
  563. }
  564. #dropdown11:active {
  565. width: 27.725px;
  566. position: absolute;
  567. top: 359.913px;
  568. left: 1076.775px;
  569. opacity: 1;
  570. }
  571. }
  572.  
  573. @media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
  574. {
  575. #rotator {
  576. height: 300px;
  577. width: 300px;
  578. margin-top: -9%;
  579. margin-left: 57%;
  580. }
  581. #cog {
  582. margin-left: 19%;
  583. }
  584. #dropdown11 {
  585. width: 58.725px;
  586. position: absolute;
  587. top: 376.913px;
  588. left: 1261.775px;
  589. opacity: 1;
  590. background-color: #0081FF;
  591. color: white;
  592. }
  593. .simweb-nav-wrapper {
  594. position: relative;
  595. height: 100%;
  596. margin-top: 0%;
  597. background-color: #4C5268
  598. }
  599. }
  600.  
  601. /* @-moz-document url-prefix () {
  602.  
  603. #dropdown11 { width:58.725px;
  604. position: absolute;
  605. top: 406.913px;
  606. left: 1074.775px;
  607. opacity: 1;
  608. background-color: #0081FF;
  609. color: white;
  610. }
  611.  
  612. #rotator {
  613. height: 300px;
  614. width: 300px;
  615. margin-top: -9%;
  616. margin-left: 57%;
  617. }
  618.  
  619. #cog {
  620. margin-right: 19%;
  621. margin-left: 19%;
  622. font-family: DINPro;
  623. font-size: 12pt;
  624. }
  625.  
  626. #subtitle {
  627. display: block;
  628. margin-left: 0%;
  629. }
  630. } */
  631.  
  632.  
  633. /*USER DASHBOARD CSS*/
  634.  
  635.  
  636. /*END USER DASHBOARD CSS*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement