Advertisement
Guest User

Untitled

a guest
May 25th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. /* PMO V3rmillion Theme */
  2. /* PMO : #F87217 */
  3.  
  4. a, a:link, a:visited {
  5. color: #F87217;
  6. }
  7.  
  8. ul.menu li a:link, ul.menu li a:visited {
  9. color: #F87217;
  10. }
  11.  
  12. #bridge {
  13. border-bottom: 4px solid #F87217;
  14. }
  15.  
  16. ul.menu li a.active {
  17. color: #fff;
  18. background: #F87217;
  19. }
  20.  
  21. .red_alert {
  22. border: 3px solid #F87217;
  23. }
  24.  
  25. ul.navigation li:first-child {
  26. border-bottom: 40px solid #F87217;
  27. }
  28.  
  29. .thead {
  30. background: #F87217;
  31. }
  32.  
  33. .tfoot {
  34. background: #F87217;
  35. }
  36.  
  37. .logo a img {
  38. content:url("http://i.imgur.com/vm3DZQH.png");
  39. }
  40.  
  41. .author_buttons.float_left {
  42. color: #fff;
  43. }
  44.  
  45. .pagination .pagination_current {
  46. background: #F87217;
  47. }
  48.  
  49. ul.menu li:hover a {
  50. background: #F87217;
  51. color: #fff;
  52. }
  53.  
  54. ul.menu li ul li a:link, ul.menu li ul li a:visited {
  55. background: #F87217;
  56. color: #fff;
  57. }
  58.  
  59. a.large_button:link, a.large_button:visited {
  60. color: #fff;
  61. }
  62.  
  63. .post_buttons a:link, .post_buttons a:visited {
  64. color: #fff;
  65. }
  66.  
  67. .messageEditor {
  68. background: #F87217;
  69. }
  70.  
  71. .messageEditor .toolbar_normal {
  72. background: #F87217;
  73. border: 1px solid #483C32;
  74. }
  75.  
  76. textarea:focus {
  77. border: 1px solid #F87217;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement