Guest User

CSS-DasNerdwork-net

a guest
Apr 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.83 KB | None | 0 0
  1. /* Contact Form 7 Styles */
  2.  
  3. #footer-widgets {
  4.     padding: 0px 0;
  5. }
  6.  
  7. .wpcf7 {
  8.     color: #ffffff;
  9.     font-family: Arial Black;
  10.     font-size: 20px;
  11. }
  12.  
  13. .wpcf7 input[type="text"],
  14. textarea
  15. {  
  16.     background: #212121;
  17.   width: 70%;
  18.     color: #ffffff;
  19.     border: 0px;
  20. }
  21.  
  22. .wpcf7 input[type="email"]
  23. {  
  24.     background: #212121;
  25.   width: 85%;
  26.     color: #ffffff;
  27.     border: 0px;
  28. }
  29.  
  30. a {
  31.     color: #aa0000;
  32. }
  33.  
  34. a:hover, a:active {
  35.     color: #ff0000;
  36. }
  37.  
  38. #anfragetyp
  39. {
  40.     color: #ffffff;
  41.     background-color: #212121;
  42.     border: 0px;
  43.     width: 85%;
  44. }
  45.  
  46. #textfeld
  47. {
  48.     color: #ffffff;
  49.   background-color: #212121;
  50.   border: 0px;
  51.     width: 85%;
  52. }
  53.  
  54. #kleines
  55. {
  56.     color: #ff0000;
  57. }
  58.  
  59. #senden
  60. {
  61.     width: 120px;
  62.     background-color: #ff0000;
  63.     margin-top: 15px;
  64. }
  65.  
  66. #ueberschriften
  67. {
  68.     font-size: 19px;
  69.     font-weight: bold;
  70.     color: #ffffff;
  71.     background-color: #212121;
  72.   padding-left: 30px;
  73.   padding-top: 15px;
  74.     padding-bottom: 10px;
  75.   border-bottom: 1px dashed #3a3a3a;
  76. }
  77.  
  78. #standardtext
  79. {
  80.     font-size: 14px;
  81.     color: #aaaaaa;
  82.     background-color: #212121;
  83.   padding-left: 30px;
  84.   padding-top: 15px;
  85.     line-height: 1.4;
  86. }
  87.  
  88.  
  89. #standardtextlast
  90. {
  91.     font-size: 14px;
  92.     color: #aaaaaa;
  93.     background-color: #212121;
  94.   padding-left: 30px;
  95.   padding-top: 15px;
  96.     padding-bottom: 30px;
  97.     line-height: 1.4;
  98. }
  99.  
  100. #link
  101. {
  102.     font-size: 14px;
  103.     transition: all 250ms ease;
  104.     color: #aaaaaa;
  105.     background-color: #212121;
  106.   padding-left: 30px;
  107.   padding-top: 15px;
  108.     line-height: 1.4;
  109. }
  110.  
  111. #link:hover
  112. {
  113.     font-size: 14px;
  114.     color: #cc0000;
  115.     background-color: #212121;
  116.   padding-left: 30px;
  117.   padding-top: 15px;
  118.     line-height: 1.4;
  119. }
  120.  
  121. #linklast
  122. {
  123.     font-size: 14px;
  124.     transition: all 250ms ease;
  125.     color: #aaaaaa;
  126.     background-color: #212121;
  127.   padding-left: 30px;
  128.   padding-top: 15px;
  129.     padding-bottom: 30px;
  130.     line-height: 1.4;
  131. }
  132.  
  133. #linklast:hover
  134. {
  135.     font-size: 14px;
  136.     color: #cc0000;
  137.     background-color: #212121;
  138.   padding-left: 30px;
  139.   padding-top: 15px;
  140.     line-height: 1.4;
  141. }
  142.  
  143. #geschlossen
  144. {
  145.     font-size: 14px;
  146.     color: #aaaaaa;
  147.     background-color: #212121;
  148.     line-height: 1.4;
  149. }
  150.  
  151. #offen
  152. {
  153.     font-size: 16px;
  154.     font-weight: bold;
  155.     color: green;
  156.     background-color: #212121;
  157.     padding-left: 75px;
  158.     padding-top: 15px;
  159.     line-height: 1.5;
  160. }
  161.  
  162. /* Forum */
  163.  
  164. .forum-name {
  165.   font-size: 18px;
  166.     font-weight: bold;
  167. }
  168.  
  169. .forum-stats {
  170.     margin-top: 10px;
  171.     font-weight: normal;
  172.     color: #aaa !important;
  173. }
  174.  
  175. #af-wrapper .title-element {
  176.     font-size: 19px;
  177.     font-weight: bold;
  178.     line-height: 44px;
  179.     margin-top: 40px;
  180.     border-bottom: 1px dashed #990000 !important;
  181.     height: 46px;
  182.     color: #ff2222 !important;
  183. }
  184.  
  185. .main-title.main-title-overview {
  186.     visibility: hidden;
  187. }
  188.  
  189. #af-wrapper .last-post-headline {
  190.     visibility: hidden;
  191. }
  192.  
  193. #af-wrapper small {
  194.     font-size: 14px;
  195. }
  196.  
  197. #read-unread {
  198.     visibility: hidden;
  199. }
  200.  
  201. #af-wrapper #forum-breadcrumbs {
  202.     margin-bottom: -66px;
  203.     height: 50px;
  204.     padding-top: 12px;
  205.     color: #aaa !important;
  206. }
  207.  
  208. #af-wrapper .forum-stats {
  209.     color: #aaa !important;
  210. }
  211.  
  212. #af-wrapper #forum-breadcrumbs a {
  213.     color: #aaa !important;
  214. }
  215.  
  216. #af-wrapper #forum-search {
  217.     background-color: #1a1a1a;
  218.     color: #666;
  219. }
  220.  
  221. #af-wrapper a {
  222.     color: #990000 !important;
  223. }
  224.  
  225. .activity-link {
  226.     visibility: hidden;
  227. }
  228.  
  229. .subscriptions-link {
  230.     visibility: hidden;
  231. }
  232.  
  233. .members-link {
  234.     margin-right: -250px;
  235. }
  236.  
  237. .main-title.main-title-profile, .main-title.main-title-history, .main-title.main-title-forum, .main-title.main-title-members, .main-title.main-title-search {
  238.     visibility: hidden;
  239. }
  240.  
  241. #af-wrapper .main-title {
  242.     padding: 80px 16px;
  243.     margin-bottom: -140px;
  244. }
  245.  
  246. #af-wrapper #bottom-navigation {
  247.     visibility: hidden;
  248. }
  249.  
  250. #af-wrapper .info {
  251.     background-color: #990000;
  252.     border: 1px solid #1a1a1a;
  253.     color: #ffffff;
  254.     margin-bottom: -66px;
  255. }
  256.  
  257. .login-link {
  258.         margin-left: -100px;
  259. }
  260.  
  261. #af-wrapper .forum .forum-title {
  262.         color: #eee !important;
  263. }
  264.  
  265. #af-wrapper .editor-row .cancel, #af-wrapper .editor-row .cancel-back, #af-wrapper .editor-row .cancel:hover, #af-wrapper .editor-row .cancel-back:hover, #af-wrapper .forum-menu a.button-delete {
  266.     background: #555;
  267.     border-color: #555;
  268.     text-decoration: none;
  269. }
  270.  
  271. #af-wrapper input {
  272.     color: #fff;
  273. }
  274.  
  275. #af-wrapper .pages {
  276.     display: inline-table;
  277.     border: 2px solid #1a1a1a;
  278.     border-radius: 2px;
  279.     background-color: #1a1a1a;
  280.     height: 12px;
  281.     line-height: 12px;
  282.     margin-top: 8px;
  283.     margin-bottom: -18px;
  284. }
  285.  
  286. #af-wrapper .pages strong {
  287.     background-color: #1a1a1a;
  288. }
  289.  
  290. #af-wrapper .pages a, #af-wrapper .pages strong {
  291.     border-right: 1px solid #666;
  292. }
  293.  
  294. #af-wrapper .editor-row-subject label {
  295.     line-height: 42px;
  296. }
  297.  
  298. #af-wrapper input[type="submit"] {
  299.     color: #fff !important;
  300.     display: inline-block;
  301.   width: 100px;
  302.     background: #770000 !important;
  303.   border: 0px solid #770000;
  304.   text-align: center;
  305.     border-color: #770000;
  306. }
  307.  
  308. #af-wrapper .main-title.main-title-editpost {
  309.     height: 180px;
  310. }
  311.  
  312. #af-wrapper .main-title.main-title-reports {
  313.     height: 180px;
  314. }
  315.  
  316. /* Login/Registrierung & Abmelden */
  317.  
  318. .wppb-user-forms *, .wppb-register-user, .wppb-user-logged-out {
  319.     color: #fff;
  320. }
  321.  
  322. #pass-strength-result {
  323.     color: #000;
  324.       font-weight: bold;
  325. }
  326.  
  327. .form-submit {
  328.     margin-left: 500px;
  329. }
  330.  
  331. .wppb-required {
  332.     color: #770000;
  333. }
  334.  
  335. .wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), .wppb-user-forms select, .wppb-user-forms textarea, .wppb-form-field textarea {
  336.     color: #fff;
  337. }
  338.  
  339. #description.default_field_description {
  340.     color: #fff;
  341. }
  342.  
  343. #af-wrapper .button-red {
  344.     background: #770000;
  345.     border-color: #770000;
  346. }
  347.  
  348.  
  349. /* Anmeldewarnung*/
  350.  
  351. #af-wrapper .notices-panel {
  352.     background-color: #770000;
  353.     border: 1px solid #770000;
  354.     border-radius: 4px;
  355.     color: #fff;
  356.     padding-top: 1px;
  357.     margin-top: 16px;
  358.     margin-bottom: -80px;
  359. }
Advertisement
Add Comment
Please, Sign In to add comment