admin.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. Backend CSS
  3. */
  4. @font-face { font-family: BebasNeue; local: BebasNeue; src: url(../fonts/BebasNeue-webfont.eot) format("embedded-opentype"), url(../fonts/BebasNeue-webfont.ttf) format("truetype"), url(../fonts/BebasNeue-webfont.woff) format("woff"), url(../fonts/BebasNeue-webfont.svg) format("svg") ; }
  5. @font-face { font-family: Awesome; local: Awesome; src: url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.svg) format("svg") ; }
  6. @font-face { font-family: DroidSans; local: DroidSans; src: url(../fonts/DroidSans.eot) format("embedded-opentype"), url(../fonts/DroidSans.ttf) format("truetype"); }
  7. @font-face { font-family: LinLibertine; local: LinLibertine; src: url(../fonts/LinLibertine_R.woff) format("woff"); }
  8. @font-face { font-family: PoliticsHead; local: PoliticsHead; src: url(../fonts/PoliticsHeadv1_9.woff) format("woff"), url(../fonts/PoliticsHeadv1_9.ttf) format("truetype"); }
  9. #headimg {
  10. width: 350px;
  11. height: 120px;
  12. background: no-repeat;
  13. border: 0;
  14. }
  15. #custom-background-image {
  16. height: 225px;
  17. background-position: bottom left !important;
  18. background-repeat: repeat-x, no-repeat;
  19. }
  20. label.description {
  21. display: block;
  22. }
  23. p.submit {
  24. margin-top: 10px;
  25. padding-left: 20px;
  26. }
  27. .wrap div.updated {
  28. margin-right: 300px;
  29. }
  30. #einstellungen {
  31. margin-top: 20px;
  32. }
  33. #einstellungen div {
  34. margin-left: 10px;
  35. }
  36. #einstellungen table tr:hover,
  37. #einstellungen table tr:focus {
  38. background-color: #eeeeee;
  39. -webkit-transition: all 0.1s ease-in-out;
  40. -ms-transition: all 0.1s ease-in-out;
  41. -o-transition: all 0.1s ease-in-out;
  42. transition: all 0.1s ease-in-out;
  43. }
  44. #einstellungen table th {
  45. text-align: left;
  46. min-width: 200px;
  47. }
  48. #einstellungen table td {
  49. padding-bottom: 5px;
  50. }
  51. #einstellungen tr.mark-option {
  52. background-color: #f50;
  53. color: white;
  54. }
  55. #einstellungen tr.mark-option:focus,
  56. #einstellungen tr.mark-option:hover {
  57. background-color: #a62911;
  58. }
  59. #einstellungen table td table th {
  60. min-width: 50px;
  61. }
  62. #einstellungen input.regular-text {
  63. width: 40em;
  64. }
  65. #einstellungen select {
  66. min-width: 4em;
  67. }
  68. h2.nav-tab-wrapper, h3.nav-tab-wrapper {
  69. margin-top: 30px;
  70. }
  71. label.tile {
  72. width: 320px;
  73. height: auto;
  74. float: left;
  75. padding: 0 2px;
  76. margin: 5px;
  77. border: 3px solid transparent;
  78. }
  79. label.tile:hover {
  80. background-color: #eee;
  81. }
  82. label.tile img {
  83. margin: 0;
  84. padding: 0;
  85. }
  86. label.checked,
  87. label.tile:hover,
  88. label.tile:focus { border-color: orange; background: orange;}
  89. label.plakattile {
  90. width: 160px;
  91. height: 250px;
  92. float: left;
  93. border: 1px solid #ccc;
  94. padding: 1px;
  95. margin: 5px;
  96. }
  97. label.plakattile:hover {
  98. background-color: #eee;
  99. }
  100. img.imgurl {
  101. display: block;
  102. }
  103. .previewimage img {
  104. max-width: 900px;
  105. height: auto;
  106. }
  107. #adminmenu .menu-icon-person div.wp-menu-image:before {
  108. content: "\f337";
  109. }
  110. #adminmenu .menu-icon-linktipps div.wp-menu-image:before {
  111. content: "\f319";
  112. }