Advertisement
TunaWorkforce

Stylus / CSS / website customization

Mar 20th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.49 KB | None | 0 0
  1. /*--------------------------------------------------------------------------------*/
  2. /* TODO */
  3. /*--------------------------------------------------------------------------------*/
  4. TODO
  5.  
  6. ---
  7.  
  8. /*--------------------------------------------------------------------------------*/
  9. /* https://auftrag.hochwarth-it.de/verwaltung/aufgaben.php?AufgabeNr= */
  10. /*--------------------------------------------------------------------------------*/
  11. .hoverrow img {
  12.     background-color: white !important;
  13. }
  14. body > div.row > div > table {
  15.     border: solid 1px yellow !important;
  16.     padding: 0.5em
  17. }
  18. body > div.row > div > form {
  19.     border: solid 1px yellow !important;
  20.     padding: 0.5em;
  21. }
  22. img[src~="img/info-deadline.png"] {
  23.     background-color: white !important;
  24. }
  25.  
  26. ---
  27.  
  28. /*--------------------------------------------------------------------------------*/
  29. /* https://auftrag.hochwarth-it.de/verwaltung/aufgaben.php */
  30. /*--------------------------------------------------------------------------------*/
  31. img[src~="img/info-deadline.png"] {
  32.     background-color: white !important;
  33. }
  34.  
  35. ---
  36.  
  37. /*--------------------------------------------------------------------------------*/
  38. /* https://keepass.info */
  39. /*--------------------------------------------------------------------------------*/
  40. body {
  41.     background-image: none !important;
  42. }
  43.  
  44. ---
  45.  
  46. /*--------------------------------------------------------------------------------*/
  47. /* malduino.com */
  48. /*--------------------------------------------------------------------------------*/
  49. body {
  50.     background-color: #161616 !important;
  51. }
  52.  
  53. ---
  54.  
  55. /*--------------------------------------------------------------------------------*/
  56. /* scinexx.de */
  57. /*--------------------------------------------------------------------------------*/
  58. body {
  59.     background-color: #161616; 
  60. }
  61.  
  62. ---
  63.  
  64. /*--------------------------------------------------------------------------------*/
  65. /* ubuntu.com */
  66. /*--------------------------------------------------------------------------------*/
  67. body {
  68.     background-image: none !important;
  69. }
  70.  
  71. ---
  72.  
  73. /*--------------------------------------------------------------------------------*/
  74. /* dict.cc */
  75. /*--------------------------------------------------------------------------------*/
  76. #langbar {
  77.     background-image: none !important;
  78. }
  79.  
  80. ---
  81.  
  82. /*--------------------------------------------------------------------------------*/
  83. /* TODO */
  84. /*--------------------------------------------------------------------------------*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement