colors_pony.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. /*
  2. Document : colors_pony
  3. Created on : 16.05.2012, 11:56:08
  4. Author : xwolf
  5. Description:
  6. Pony Colors - used for april, 1th. prank
  7. */
  8. @font-face {
  9. font-family: 'BebasNeueRegular';
  10. src: url("../fonts/BebasNeue-webfont.eot");
  11. src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  12. }
  13. @media screen, projection {
  14. body {
  15. background: #B127AF url("../images/int/bg-tags-pony.png") -20% top fixed;
  16. }
  17. h1, h2, h3, .bebas, .cifont {
  18. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  19. }
  20. a {
  21. color: #06C;
  22. -webkit-tap-highlight-color: #2d7dc5;
  23. }
  24. a:visited {
  25. color: #2d7dc5;
  26. }
  27. a:hover {
  28. color: #111;
  29. }
  30. ins, mark {
  31. background-color: #B127AF;
  32. }
  33. ::selection {
  34. background: #2d7dc5;
  35. color: white;
  36. }
  37. ::-moz-selection {
  38. background: #2d7dc5;
  39. color: white;
  40. }
  41. input, select, textarea {
  42. background: white;
  43. background: rgba(255, 255, 255, 0.6);
  44. }
  45. input:focus, input:active,
  46. select:focus, select:active,
  47. textarea:focus, textarea:active {
  48. background: white;
  49. }
  50. button, input[type="submit"],
  51. .post-edit-link {
  52. background: #2d7dc5;
  53. color: white;
  54. border: 1px solid #2d7dc5;
  55. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  56. border-top: 1px solid #4e96d7;
  57. border-bottom: 1px solid #1a4872;
  58. text-shadow: 0 -1px 0 #112e48;
  59. background-color: #2d7dc5;
  60. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  61. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  62. background-image: linear-gradient(top, #2d7dc5, #24639b); }
  63. button:hover,
  64. input[type="submit"]:hover,
  65. .post-edit-link:hover {
  66. background-color: #2d7dc5;
  67. background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
  68. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
  69. background-image: linear-gradient(top, #2d7dc5, #1a4872);
  70. }
  71. .sticky {
  72. border-color: #888;
  73. border-color: rgba(0,0,0,.3);
  74. -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  75. -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  76. -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  77. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  78. color: #444;
  79. color: rgba(0,0,0,.8);
  80. background: url("../images/int/bg-tags-pony.png") repeat fixed -20% top #B127AF;
  81. }
  82. .sticky a {
  83. color: black;
  84. background: #993399;
  85. }
  86. .sticky a:hover,
  87. .sticky a:focus {
  88. color: #000;
  89. background: #d97300;
  90. }
  91. .skiplinks li a:focus,
  92. .skiplinks li a:active {
  93. background: #2d7dc5;
  94. color: white;
  95. }
  96. .skiplinks li a:hover {
  97. background: #B127AF;
  98. color: black;
  99. }
  100. ul.socialmedia li a img {
  101. border-color: #eee;
  102. }
  103. ul.socialmedia li a:hover img {
  104. border-color: white;
  105. }
  106. ul.socialmedia li a:focus img {
  107. border-color: #B127AF;
  108. }
  109. .sticker ul li {
  110. font-family: "BebasNeueRegular",Helvetica,Arial,sans-serif;
  111. border-color: transparent;
  112. }
  113. .sticker ul li a {
  114. color: #666;
  115. }
  116. .sticker ul li a:hover,
  117. .sticker ul li a:focus {
  118. color: #1a4872;
  119. }
  120. .sticker ul li a .cicolor {
  121. color: #B127AF;
  122. }
  123. .sticker ul li a:hover .cicolor,
  124. .sticker ul li a:focus .cicolor {
  125. color: #2d7dc5;
  126. }
  127. .sticker ul li a .shadow {
  128. text-shadow: 1px 1px 1px #333;
  129. }
  130. .sticker li a img {
  131. border-color: transparent;
  132. }
  133. .sticker li a:hover img,
  134. .sticker li a:focus img {
  135. border-color: #B127AF;
  136. }
  137. .header .newsletter .skin {
  138. background: #f7f7f7;
  139. background: rgba(255, 255, 255, 0.5);
  140. }
  141. .teaser .row {
  142. background: #993399;
  143. background: rgba(0, 0, 0, 0.3) -20% 0 fixed;
  144. }
  145. .teaser .first-teaser-widget-area {
  146. background: #111;
  147. }
  148. .second-teaser-widget-area li {
  149. background: #B127AF;
  150. }
  151. .second-teaser-widget-area li a {
  152. color: white;
  153. text-shadow: 0 0 0;
  154. }
  155. .second-teaser-widget-area li a div {
  156. color: black;
  157. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  158. text-shadow: 0 -1px 1px #552554;
  159. }
  160. .second-teaser-widget-area li a:focus,
  161. .second-teaser-widget-area li a:hover {
  162. background: #993399;
  163. background: rgba(0, 0, 0, 0.5);
  164. color: white;
  165. }
  166. .second-teaser-widget-area .textwidget {
  167. background: #B127AF;
  168. color: white;
  169. text-shadow: 0 0 0;
  170. }
  171. .second-teaser-widget-area li.recentcomments {
  172. color: white;
  173. }
  174. .teaserlinks ul li {
  175. background-color: #B127AF;
  176. box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  177. }
  178. .teaserlinks ul li a {
  179. color: white;
  180. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  181. text-shadow: 0 -1px 1px #552554;
  182. }
  183. .teaserlinks ul li a:hover,
  184. .teaserlinks ul li a:focus{
  185. color: white;
  186. background: none repeat scroll 0 0 #B127AF;
  187. }
  188. .teaserlinks ul li a span {
  189. color: black;
  190. text-shadow: 0 0 0;
  191. }
  192. .teaserlinks ul li a:hover span,
  193. .teaserlinks ul li a:focus span {
  194. color: black;
  195. }
  196. .content .row {
  197. background: #B127AF;
  198. background: rgba(153, 51, 153, 0.2);
  199. }
  200. .content .symbolbild .caption {
  201. background: transparent;
  202. background: rgba(0, 0, 0, 0.5);
  203. color: white;
  204. }
  205. .content .symbolbild .aaarh {
  206. background: transparent;
  207. color: black;
  208. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  209. }
  210. .content-primary input[type="text"]:hover,
  211. .content-primary textarea:hover,
  212. .content-primary input[type="text"]:focus,
  213. .content-primary textarea:focus {
  214. border-color: black;
  215. background-color: beige;
  216. }
  217. .content-primary .post-nav a {
  218. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  219. }
  220. .content-primary .sprungmarken ol li a:hover {
  221. background: #B127AF;
  222. color: black;
  223. }
  224. .content-aside .newsletter {
  225. background-color: #B127AF;
  226. box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  227. }
  228. .post .post-info .commentbubble a {
  229. background: #B127AF;
  230. color: black;
  231. }
  232. .post .post-info .cal-icon {
  233. background: #eeeeee;
  234. -moz-box-shadow: 1px 1px 2px #444444;
  235. -webkit-box-shadow: 1px 1px 2px #444444;
  236. box-shadow: 1px 1px 2px #444444;
  237. }
  238. .post .post-info .cal-icon .day {
  239. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  240. }
  241. .post .post-meta {
  242. color: #222;
  243. }
  244. .post-comments ol li .reply a {
  245. background: #2d7dc5;
  246. color: white;
  247. border-color: #2d7dc5;
  248. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  249. text-shadow: 0 -1px 0 #112e48;
  250. background-color: #2d7dc5;
  251. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  252. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  253. background-image: linear-gradient(top, #2d7dc5, #24639b);
  254. }
  255. .post-comments ol li .reply a:hover {
  256. background-color: #2d7dc5;
  257. background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
  258. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
  259. background-image: linear-gradient(top, #2d7dc5, #1a4872);
  260. }
  261. .post-comments .respond span.required {
  262. color: #B127AF;
  263. }
  264. .wp-caption p.wp-caption-text {
  265. background: transparent;
  266. background: rgba(0, 0, 0, 0.5);
  267. color: white;
  268. }
  269. .gallery img {
  270. border-color: #f1f1f1;
  271. }
  272. .gallery img:hover {
  273. border-color: #B127AF;
  274. }
  275. .gallery-caption {
  276. color: #888;
  277. }
  278. .first-startpage-widget-area li a {
  279. font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  280. }
  281. .first-startpage-widget-area a.all-articles {
  282. background: #2d7dc5;
  283. color: white;
  284. border-color: #2d7dc5;
  285. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  286. border-top-color: #4e96d7;
  287. border-bottom-color: #1a4872;
  288. text-shadow: 0 -1px 0 #112e48;
  289. background-color: #2d7dc5;
  290. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  291. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  292. background-image: linear-gradient(top, #2d7dc5, #24639b);
  293. }
  294. .first-startpage-widget-area a.all-articles:hover {
  295. background-color: #2d7dc5;
  296. background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
  297. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
  298. background-image: linear-gradient(top, #2d7dc5, #1a4872);
  299. }
  300. .content-aside a {
  301. color: white;
  302. background: #993399;
  303. }
  304. .content-aside a:hover {
  305. color: white;
  306. background: rgba(255, 255, 255, 0.2);
  307. }
  308. .content-aside table td,
  309. .content-aside table th {
  310. border-top-color: #B127AF;
  311. }
  312. .content-aside blockquote {
  313. border: 0 solid;
  314. background: #993399;
  315. background: rgba(255, 255, 255, 0.2);
  316. }
  317. .content-aside ul.menu {
  318. background: #993399;
  319. background: rgba(255, 255, 255, 0.2);
  320. }
  321. .content-aside ul.menu li a {
  322. background: white;
  323. color: #2d7dc5;
  324. }
  325. .content-aside ul.menu li.active a,
  326. .content-aside ul.menu li a:hover,
  327. .content-aside ul.menu li a:focus {
  328. color: white;
  329. background: #2d7dc5;
  330. }
  331. .content-aside ul.menu li.current_page_item > a,
  332. .content-aside ul.menu li.current-menu-item > a {
  333. background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat;
  334. color: white;
  335. }
  336. .subcontent {
  337. background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed;
  338. }
  339. .subcontent .row {
  340. background: rgba(0, 0, 0, 0.2);
  341. color: #eeeeee;
  342. }
  343. .subcontent a {
  344. background: black;
  345. color: #2d7dc5;
  346. }
  347. .subcontent a:hover {
  348. background: #2d7dc5;
  349. color: white;
  350. }
  351. .footer {
  352. background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed;
  353. overflow: hidden;
  354. }
  355. .footer .row {
  356. background: rgba(0, 0, 0, 0.2);
  357. color: #eeeeee;
  358. }
  359. .footer a {
  360. background: black;
  361. color: #2d7dc5;
  362. }
  363. .footer a:hover {
  364. background: #2d7dc5;
  365. color: white;
  366. }
  367. .content-aside .widget li a.rsswidget {
  368. background: #993399;
  369. background: rgba(0, 0, 0, 0.2);
  370. }
  371. .content-aside .widget li a.rsswidget:hover,
  372. .content-aside .widget li a.rsswidget:focus {
  373. background: #B127AF;
  374. }
  375. .content-aside .widget li .rssSummary {
  376. color:#333333;
  377. }
  378. #ics-calendar-widget li {
  379. color: black;
  380. background: #993399;
  381. background: rgba(255, 255, 255, 0.2);
  382. }
  383. #ics-calendar-widget-next,
  384. #ics-calendar-widget-prev {
  385. background: #2d7dc5;
  386. color: white;
  387. border-color: #2d7dc5;
  388. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  389. border-top-color: #4e96d7;
  390. border-bottom-color: #1a4872;
  391. text-shadow: 0 -1px 0 #112e48;
  392. background-color: #2d7dc5;
  393. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  394. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  395. background-image: linear-gradient(top, #2d7dc5, #24639b); }
  396. #ics-calendar-widget-next:hover,
  397. #ics-calendar-widget-prev:hover {
  398. background-color: #2d7dc5;
  399. background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
  400. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
  401. background-image: linear-gradient(top, #2d7dc5, #1a4872);
  402. }
  403. .ics-calendar-header a {
  404. background: #2d7dc5;
  405. color: white;
  406. border-color: #2d7dc5;
  407. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  408. border-top-color: #4e96d7;
  409. border-bottom-color: #1a4872;
  410. text-shadow: 0 -1px 0 #112e48;
  411. background-color: #2d7dc5;
  412. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  413. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  414. background-image: linear-gradient(top, #2d7dc5, #24639b); }
  415. .ics-calendar-header a:hover {
  416. background-color: #2d7dc5;
  417. background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
  418. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
  419. background-image: linear-gradient(top, #2d7dc5, #1a4872);
  420. }
  421. div.ics-calendar-holder tr.ics-calendar-days td {
  422. background: #eeeeee;
  423. border-bottom-color: gray; }
  424. div.ics-calendar-holder .ics-calendar-table td .date-holder {
  425. background: white;
  426. }
  427. div.ics-calendar-holder .ics-calendar-table td .old-date-holder {
  428. background: white;
  429. color: #999999;
  430. }
  431. div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today {
  432. background-color: #B127AF;
  433. color: black;
  434. }
  435. div.ics-calendar-holder .ics-calendar-event {
  436. background: #2d7dc5;
  437. color: white;
  438. }
  439. .nav-top div.menu-header ul.menu li a:hover,
  440. .nav-top div.menu-header ul.menu li a:focus {
  441. color: #2d7dc5;
  442. }
  443. .content-aside {
  444. background: #B127AF url("../images/int/bg-tags-pony.png") -20% top fixed;
  445. }
  446. .content-aside .skin {
  447. background: #B127AF;
  448. background: rgba(153, 51, 153, 0.2);
  449. }
  450. }
  451. @media only screen and (max-width: 600px) {
  452. .nav-top ul.menu li a {
  453. background: #2d7dc5;
  454. color: white;
  455. border-color: #993399;
  456. text-shadow: 0 -1px 0 #993399;
  457. background-color: #B127AF;
  458. }
  459. .nav-top ul.menu li a:hover {
  460. background: #24639b;
  461. }
  462. .nav-main ul.menu li a {
  463. color: white;
  464. border-color: #2d7dc5;
  465. border-top-color: #4e96d7;
  466. border-bottom-color: #1a4872;
  467. background-color: #2d7dc5;
  468. background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  469. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  470. background-image: linear-gradient(top, #2d7dc5, #24639b);
  471. }
  472. .nav-main ul.menu li a:hover {
  473. background: #4e96d7;
  474. }
  475. .nav-main ul.menu li a:focus,
  476. .nav-main ul.menu li a:hover {
  477. background: #24639b;
  478. color: black;
  479. }
  480. .post-comments {
  481. background: url("../images/int/bg-tags-pony.png") repeat fixed -20% top #B127AF;
  482. }
  483. .post-comments a {
  484. color: black;
  485. }
  486. .post-comments ol li {
  487. border-color: rgba(0, 0, 0, 0.2);
  488. }
  489. .post-comments ol li .comment-details {
  490. color: #222222;
  491. background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  492. }
  493. .post-comments ol li .comment-body {
  494. background: white;
  495. }
  496. }