Guest User

Untitled

a guest
May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Template.css
  2.  
  3.  
  4.  
  5. ul.latestnews a, ul.mostread a {
  6. color: #ed0212; // Changes text color of mostread/Latest News Modules
  7. }
  8. ]
  9.  
  10. Game.css
  11.  
  12. a {
  13. color: #CC00CC; <- Changes entire font color used by site MINUS modules defined in template.css
  14.  
  15. }
  16.  
  17. }
  18.  
  19. a:hover, a:active, a:focus { <- What happens when you hover over a link on site, underlining(it's there
  20.  
  21. by default) is also defined in template.css
  22. color: #CC00CC;
  23. }
  24.  
  25.  
  26. /* Main navigation */
  27. #ja-mainnavwrap { <- Changes that line color underneath menu at top
  28. border-bottom: 5px solid #20777A;
  29. }
  30.  
  31. #ja-topsl2 div.moduletable_album h3 {
  32. background: none;
  33. color: #000029;
  34. border-bottom: 1px solid #9FC0CE; // Font color for all menu headings ON the page.
  35. }
  36.  
  37.  
  38. #ja-cssmenu li a.active:focus {
  39. color: #FF0000;
  40. background: url(../../images/game/arrow-3.gif) no-repeat center bottom; / Color of Text ON Top MENU
  41. }
  42.  
  43. #ja-cssmenu ul ul li.havesubchild-activesfhover {
  44. background: #FF0000; // <- Color of Background when Drop-Down Menu Is High-Lighted (On TOP MENU)
  45. color: #FFFFFF !important;
  46.  
  47.  
  48. #ja-container {
  49. background: #f1f8fe; // TEXT AREA BACKGROUND
  50. }
Add Comment
Please, Sign In to add comment