Advertisement
Guest User

users.css //Kean's

a guest
Jun 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. user-row {
  2. margin-bottom: 14px;
  3. }
  4.  
  5. .user-row:last-child {
  6. margin-bottom: 0;
  7. }
  8.  
  9. .dropdown-user {
  10. margin: 13px 0;
  11. padding: 5px;
  12. height: 100%;
  13. background-color: black;
  14. }
  15.  
  16. .dropdown-user:hover {
  17. cursor: pointer;
  18. }
  19.  
  20. .table-user-information > tbody > tr {
  21. border-top: 1px solid rgb(221, 221, 221);
  22. }
  23.  
  24. .table-user-information > tbody > tr:first-child {
  25. border-top: 0;
  26. }
  27.  
  28.  
  29. .table-user-information > tbody > tr > td {
  30. border-top: 0;
  31. }
  32.  
  33. .toppad {
  34. margin-top: 20px;
  35. }
  36. /*-- change navbar dropdown color --*/
  37. .dropdown-menu {
  38. background-color: black;
  39. color: white;
  40. }
  41.  
  42. /*-- Footer --*/
  43. footer {
  44. width: 100%;
  45. background-color: #161616;
  46. }
  47.  
  48. footer img {
  49. float: left;
  50. width: 6%;
  51. margin-left: 30px;
  52. }
  53.  
  54. footer a {
  55. font-family: Roboto, sans-serif;
  56. color: #4d4d4d;
  57. font-size: 1.3em;
  58. float: right;
  59. margin-right: 10vw;
  60. }
  61.  
  62. footer .row:after {
  63. content: "";
  64. display: table;
  65. clear: both;
  66. }
  67.  
  68. footer img:after {
  69. content: "";
  70. display: table;
  71. clear: both;
  72. }
  73.  
  74.  
  75. /*User Profile*/
  76.  
  77. .profileWrapper {
  78. width: 100%;
  79. background-color: #121212;
  80. padding: 50px 20% 50px 20%;
  81. }
  82.  
  83. .profileWrapper h2,h3{
  84.  
  85. font-size:2rem;
  86. display:inline;
  87.  
  88.  
  89. }
  90.  
  91. .profileWrapper td{
  92. width:20%;
  93. }
  94.  
  95. .profileWrapper th{
  96. color:gainsboro;
  97. background-color:#181818;
  98. width: 10%;
  99.  
  100. }
  101.  
  102. .profileWrapper table{
  103.  
  104. }
  105.  
  106. .profileWrapper table p{
  107. margin-bottom: 0px;
  108. }
  109.  
  110.  
  111.  
  112. .profileContent {
  113. background-color: #262626;
  114. width: 800px;
  115. margin-left: auto;
  116. margin-right: auto;
  117. margin-bottom: 50px;
  118. margin-top: 50px;
  119. padding: 50px;
  120. }
  121. .profileContent img {
  122. display: inline-block;
  123. width: 50px;
  124. margin-bottom: 50px;
  125. padding-top: 30px;
  126. margin-right: 10px;
  127. }
  128.  
  129.  
  130. .editButtons{
  131. min-width:130px;
  132. }
  133.  
  134. .StudentList td, th{
  135. white-space:nowrap;
  136. }
  137.  
  138.  
  139. tr:nth-child(even){
  140. background-color: #262626;
  141. }
  142.  
  143. #editStudentForm{
  144. margin-left:0px;
  145. }
  146.  
  147. #editStudentForm label{
  148. padding-left:0px;
  149. }
  150.  
  151.  
  152.  
  153. .editIcons{
  154. width: 20px;
  155. }
  156.  
  157. .editIcons.editProfile{
  158. width: 25px;
  159. }
  160. .editIcons.editDelete{
  161. width:25px;
  162. }
  163.  
  164. .confirmationButton{
  165. float:left;
  166. }
  167.  
  168.  
  169. #deleteProfileContainer {
  170. background-color: #262626;
  171. width: 800px;
  172. margin-left: auto;
  173. margin-right: auto;
  174. margin-bottom: 50px;
  175. margin-top: 50px;
  176. padding: 50px;
  177. }
  178.  
  179. .attentionTXT {
  180. display: inline;
  181. padding: 10px;
  182. white-space: nowrap;
  183. text-align:center;
  184. }
  185.  
  186. /*ADMIN LANDING PAGE CSS*/
  187.  
  188. #adminLandingPage {
  189. padding: 100px 10% 100px 10%;
  190. background-color:;
  191.  
  192. }
  193.  
  194. #adminLandingContent {
  195. background-color: #262626;
  196. width: 800px;
  197. margin-left: auto;
  198. margin-right: auto;
  199. margin-bottom: 50px;
  200. margin-top: 50px;
  201. padding: 50px;
  202. }
  203.  
  204.  
  205. /*Create Student CSS*/
  206.  
  207. .CreateStudentContent {
  208. background-color: #262626;
  209. width: 400px;
  210. margin-left: auto;
  211. margin-right: auto;
  212. margin-bottom: 50px;
  213. margin-top: 50px;
  214. padding: 50px;
  215. }
  216.  
  217. form.customFORM {
  218. display: table;
  219. margin: 40px auto;
  220. background-color: #393939;
  221. padding: 30px;
  222. border-radius: 5px;
  223. border-bottom: 2px #808080 solid;
  224. }
  225.  
  226. form.customFORM h2 {
  227. text-align: center;
  228. font-weight: 100;
  229. border-bottom: 2px #808080 solid;
  230. padding-bottom: 10px;
  231. }
  232.  
  233. form.customFORM label {
  234. position: relative;
  235. display: block;
  236. }
  237.  
  238. form.customFORM label input {
  239. font: 18px Helvetica, Arial, sans-serif;
  240. box-sizing: border-box;
  241. display: block;
  242. border: none;
  243. padding: 20px;
  244. width: 300px;
  245. margin-bottom: 20px;
  246. font-size: 18px;
  247. outline: none;
  248. transition: all 0.2s ease-in-out;
  249. border-radius: 5px;
  250. }
  251.  
  252. form.customFORM label input:focus {
  253. background-color: white;
  254. }
  255.  
  256. form.customFORM label input:focus, form label input.populated {
  257. padding-top: 28px;
  258. padding-bottom: 12px;
  259. }
  260.  
  261. form.customFORM label input:focus::placeholder, form label input.populated::placeholder {
  262. color: transparent;
  263. }
  264.  
  265. form.customFORM label input:focus + span, form label input.populated + span {
  266. opacity: 1;
  267. top: 10px;
  268. }
  269.  
  270. form.customFORM label span {
  271. color: #35dc9b;
  272. font: 13px Helvetica, Arial, sans-serif;
  273. position: absolute;
  274. top: 0px;
  275. left: 20px;
  276. opacity: 0;
  277. transition: all 0.2s ease-in-out;
  278. }
  279.  
  280. form.customFORM input[type=submit] {
  281. width: 100%;
  282. transition: all 0.2s ease-in-out;
  283. font: 18px Helvetica, Arial, sans-serif;
  284. border: none;
  285. background: #1aaf75;
  286. color: #fff;
  287. padding: 16px 40px;
  288. border-radius: 5px;
  289. margin-left: auto;
  290. margin-right: auto;
  291. display: block;
  292. cursor: pointer;
  293. }
  294.  
  295. form.customFORM input[type=submit]:hover {
  296. background: #109f67;
  297. }
  298.  
  299.  
  300. #loginFORM > button {
  301. margin-left: auto;
  302. margin-right: auto;
  303. display: block;
  304. width: 100%;
  305. }
  306.  
  307.  
  308. @media screen and (max-width: 1100px) {
  309. .profileWrapper {
  310. width: 100%;
  311. background-color: #121212;
  312. padding: 50px 6% 50px 6%;
  313. }
  314. #deleteProfileContainer {
  315. background-color: #262626;
  316. width: 100%;
  317. margin-left: auto;
  318. margin-right: auto;
  319. margin-bottom: 50px;
  320. margin-top: 50px;
  321. padding: 50px;
  322. }
  323. }
  324.  
  325.  
  326.  
  327. @media screen and (max-width: 480px) {
  328.  
  329. /*.profileWrapper {
  330. width: 100%;
  331. background-color: #121212;
  332. padding: 50px 1% 50px 1%;
  333. }
  334.  
  335. .profileWrapper img {
  336. display: block;
  337. margin-left:auto;
  338. margin-right:auto;
  339. margin-bottom:10px;
  340. }
  341. .profileWrapper h2{
  342. display:block;
  343. text-align:center;
  344. margin-bottom: 10px;
  345. }
  346.  
  347. .profileWrapper th {
  348. color: gainsboro;
  349. background-color: #181818;
  350. width: 20%;
  351. }*/
  352. .StudentList {
  353. padding: 50px 0% 50px 0%;
  354. }
  355.  
  356. /*.StudentList h2{
  357. margin-bottom: 20px;
  358. }
  359.  
  360. .hideINFO {
  361. display: none;
  362. }
  363.  
  364. .usernameWidth{
  365. width: 1%;
  366. }*/
  367.  
  368. .createButton{
  369. text-align:center;
  370. }
  371.  
  372. #deleteProfileContainer {
  373. background-color: #262626;
  374. width: 100%;
  375. margin-left: auto;
  376. margin-right: auto;
  377. margin-bottom: 50px;
  378. margin-top: 50px;
  379. padding: 50px 10px 50px 10px;
  380. }
  381.  
  382. .studentDeleteConfirmation{
  383. width: 100%;
  384. margin:5px 0px 5px 0px;
  385.  
  386. }
  387.  
  388. .attentionTXT{
  389. display:inline-block;
  390. margin-left:auto;
  391. margin-right:auto;
  392. width:100%;
  393. }
  394.  
  395.  
  396.  
  397. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement