Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. #container {
  2. margin-left: 50px;
  3. margin-right: 20px;
  4. margin-top: 55px;
  5. }
  6.  
  7. .navbar {
  8. background: rgba(0, 0, 0, 0.7);
  9. /*background: transparent; */
  10. border-color: black;
  11. color: #FFFFFF;
  12. }
  13.  
  14. .active {
  15. background: rgba(211, 211, 211, 0.7);
  16. }
  17.  
  18. .active a {
  19. color: black;
  20.  
  21. }
  22.  
  23. .navbar-default a {
  24.  
  25. color: #ffffff;
  26. }
  27.  
  28. #navDiv {
  29. background: rgba(61, 61, 61, 0.5);
  30. background: transparent;
  31. border-color: transparent;
  32. }
  33.  
  34. #navDiv a {
  35. background: rgba(61, 61, 61, 0.5);
  36. background: transparent;
  37. border-color: transparent;
  38. color: white;
  39. }
  40.  
  41. #navDiv a:hover {
  42. color: #4DBBDB;
  43. }
  44.  
  45. #navDiv a:active {
  46. color: blue;
  47. }
  48.  
  49. .menu ul li a {
  50. padding: 20px;
  51. background: rgba(4, 1, 7, 0.5);
  52. text-decoration: none;
  53. font: bold 14px Helvetica, Sans-Serif;
  54. letter-spacing: -1px;
  55. color: white;
  56. }
  57.  
  58. /*text-shadow: #eee 0px 0px 2px; } */
  59.  
  60. .menu ul li a:hover {
  61. -moz-box-shadow: 0 -5px 10px #756377;
  62. -webkit-box-shadow: 0 -5px 10px #777;
  63. padding: 20px;
  64. background: rgba(255, 255, 255, 0.24);
  65. text-decoration: none;
  66. font: bold 14px Helvetica, Sans-Serif;
  67. letter-spacing: -1px;
  68. color: white;
  69. }
  70.  
  71. hr {
  72. display: block;
  73. }
  74.  
  75. .reveal {
  76. display: none;
  77. background-color: #E6E6E6;
  78. }
  79.  
  80. span.highlighted {
  81. background-color: pink;
  82. }
  83.  
  84. span.highlighted2 {
  85. background-color: blueviolet;
  86. color: white;
  87. }
  88.  
  89. span.highlighted3 {
  90. background-color: cyan;
  91. }
  92.  
  93. span.highlighted4 {
  94. background-color: dimgrey;
  95. color: white;
  96. }
  97.  
  98. .peekaboo {
  99. visibility: hidden;
  100. }
  101.  
  102. .answer {
  103. color: green;
  104. }
  105.  
  106. .leftPanel {
  107. margin-left: 10px;
  108. }
  109.  
  110. .rightPanel {
  111. margin-left: 50px;
  112. }
  113.  
  114. #header {
  115. text-align: center;
  116. /*background-color: #9999FF;*/
  117. margin-right: 10px;
  118. color: white;
  119. }
  120.  
  121. .header {
  122. margin-top: 20px;
  123. }
  124.  
  125. #btn {
  126. background-color: #0f0f0f;
  127. }
  128.  
  129. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  130. color: white; /*Sets the text hover color on navbar*/
  131. }
  132.  
  133. .nav .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:link {
  134. color: white; /*Sets the text color on navbar*/
  135. }
  136.  
  137. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
  138. a:hover, .navbar-default .navbar-nav > .active > a:focus {
  139. color: black; /*BACKGROUND color for active*/
  140.  
  141. }
  142.  
  143. .navbar-brand > i > a:hover, .navbar-brand .navbar-brand > li > a:focus {
  144. color: white; /*Sets the text hover color on navbar*/
  145. }
  146.  
  147. .whitelink a:link {
  148. color: white;
  149. }
  150.  
  151. span.glyphicon-circle-arrow-right {
  152. font-size: 2.5em;
  153. }
  154.  
  155. span.glyphicon-info-sign {
  156. font-size: 2.5em;
  157. }
  158.  
  159.  
  160. span.glyphicon-circle-arrow-left {
  161. font-size: 2.5em;
  162. }
  163.  
  164. span.glyphicon-facetime-video {
  165. font-size: 2.5em;
  166. }
  167.  
  168. span.glyphicon-headphones {
  169. font-size: 2.5em;
  170. }
  171.  
  172. span.glyphicon-arrow-down {
  173. font-size: 2.5em;
  174. }
  175.  
  176. span.glyphicon-question-sign {
  177. font-size: 2.5em;
  178. }
  179.  
  180. span.glyphicon-tasks {
  181. font-size: 2.5em;
  182. }
  183.  
  184. span.glyphicon-thumbs-up {
  185. font-size: 2.5em;
  186. }
  187.  
  188. span.glyphicon-education {
  189. font-size: 2.5em;
  190. }
  191.  
  192. span.glyphicon-random {
  193. font-size: 2.5em;
  194. }
  195.  
  196. span.glyphicon-sort {
  197. font-size: 2.5em;
  198. }
  199. span.glyphicon-pencil {
  200. font-size: 2.5em;
  201. }
  202.  
  203. span.glyphicon-thumbs-up small {
  204. font-size: 5em;
  205. }
  206.  
  207. .small {
  208. font-size: 1em !important;;
  209. }
  210.  
  211. .list-group-item {
  212. border: 0;
  213. }
  214.  
  215. .list-group-item a {
  216. color: #333333;
  217. }
  218.  
  219. .list-group-item a:hover {
  220. color: #4DBBDB;
  221. }
  222.  
  223. .gap {
  224. font-weight: bold;
  225. }
  226.  
  227. #vocab {
  228. background-color: #E6E6E6;
  229. border: 1px solid black;
  230. padding-left: 10px;
  231. }
  232.  
  233. .vid {
  234. margin-top: 10px;
  235. }
  236.  
  237. .truefalse {
  238. text-align: left;
  239. }
  240.  
  241. #pics {
  242. width: 750px;
  243. }
  244.  
  245. #sentences {
  246. width: 750px;
  247. }
  248.  
  249. .sortable-list2 {
  250. list-style-type: none;
  251. margin: 0 auto;
  252. padding: 0;
  253. width: 100px;
  254. }
  255.  
  256. #sortable-list2 li {
  257. margin: 0 auto;
  258. padding: 1px;
  259. float: left;
  260. width: 120px;
  261. height: 120px;
  262. font-size: 2em;
  263. font-weight: bold;
  264. text-align: center;
  265. background-color: white;
  266. }
  267.  
  268. #sortable-list1 {
  269. list-style-type: none;
  270. margin: 0 auto;
  271. padding: 0;
  272. width: 600px;
  273. }
  274.  
  275. #sortable-list1 li {
  276. margin: 3px 3px 3px 0;
  277. padding: 1px;
  278. float: left;
  279. width: 120px;
  280. height: 120px;
  281. font-size: 1em;
  282. text-align: center;
  283. }
  284.  
  285. #image-list1 {
  286. list-style-type: none;
  287. margin: 0 auto;
  288. padding: 0;
  289. width: 600px;
  290. }
  291.  
  292. #image-list1 li {
  293. margin: 3px 3px 3px 0;
  294. padding: 1px;
  295. float: left;
  296. width: 110px;
  297. height: 120px;
  298. font-size: 4em;
  299. text-align: center;
  300. background-color: white;
  301. }
  302.  
  303. #image-list2 {
  304. list-style-type: none;
  305. margin: 0 auto;
  306. padding: 0;
  307. width: 600px;
  308. }
  309.  
  310. #image-list2 li {
  311. margin: 3px 3px 3px 0;
  312. padding: 1px;
  313. float: left;
  314. width: 110px;
  315. height: 120px;
  316. font-size: 1em;
  317. font-weight: bold;
  318. text-align: center;
  319. background-color: white;
  320. }
  321.  
  322. .toggler {
  323. width: 500px;
  324. height: 200px;
  325. }
  326.  
  327. #button {
  328. padding: .5em 1em;
  329. text-decoration: none;
  330. }
  331.  
  332. #effect {
  333. width: 240px;
  334. height: 135px;
  335. padding: 0.4em;
  336. position: relative;
  337. }
  338.  
  339. #effect h3 {
  340. margin: 0;
  341. padding: 0.4em;
  342. text-align: center;
  343. }
  344.  
  345. audio {
  346. display: table;
  347. margin: 0 auto;
  348. }
  349.  
  350. iframe {
  351. border: 0px;
  352. }
  353.  
  354. #sentences {
  355. border: 1px solid black;
  356. width: 600px;
  357. }
  358.  
  359. #pics {
  360. border: 1px solid black;
  361. width: 600px;
  362. }
  363.  
  364. #vocab {
  365. display:none;
  366. }
  367.  
  368. .bold {
  369. font-weight: bold;
  370. }
  371.  
  372. .underline {
  373. text-decoration: underline;
  374. }
  375.  
  376. .words {
  377. text-align: center;
  378. }
  379.  
  380. #score {
  381. background-color: #E6E6E6;
  382. /*border: 1px solid;*/
  383. }
  384.  
  385.  
  386. .black {
  387. background-color: black;
  388. }
  389.  
  390. .inverse-dropdown {
  391. background-color: #222;
  392. border-color: #080808;
  393. }
  394.  
  395. li a {
  396. color: #999;
  397. }
  398. a hover{
  399. color: #fff;
  400. background-color: #000;
  401. }
  402.  
  403.  
  404.  
  405. .rect {
  406. width: 260px;
  407. height: 63px;
  408. border: 1px solid black;
  409. margin-bottom: 0px;
  410. margin-left: 0px;
  411. margin-top: 0px;
  412. text-align: center;
  413. line-height: 100px;
  414. float: left;
  415. background-color: white;
  416. cursor: pointer;
  417. z-index: 10000;
  418. }
  419.  
  420. .squaredotted {
  421. width: 260px;
  422. height: 275px;
  423. border: 1px dotted gray;
  424. margin-bottom: 5px;
  425. margin-left: 5px;
  426. text-align: center;
  427. line-height: 150px;
  428. float: left;
  429. background-color: lightgray;
  430. }
  431.  
  432. .squaredotted img {
  433. vertical-align: bottom;
  434. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement