Advertisement
Guest User

Untitled

a guest
Apr 4th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. .page-content {
  2. width: 100%;
  3. background:#303030;
  4. }
  5.  
  6. .page-sidebar {
  7. display: none;
  8. }
  9.  
  10. .Role_Owner .Author a {
  11. color:blue;
  12. }
  13.  
  14. .Role_Co-Owner .Author a {
  15. color:blue;
  16. }
  17.  
  18. .Role_Mod .Author a {
  19. color:red;
  20. }
  21.  
  22. .Role_Mini-Mod .Author a {
  23. color:#ff0000;
  24. }
  25.  
  26. .Role_Member .Author a {
  27. color:green;
  28. }
  29.  
  30. #Panel {
  31. display: none !important;
  32. }
  33.  
  34. .ContentColumn {
  35. margin: 0 !important;
  36. float: none !important;
  37. }
  38.  
  39. body {
  40.     background-image: url('/community/background.jpg');
  41.     background-repeat: no-repeat;
  42.     background-attachment: fixed;
  43. }
  44.  
  45. .HomepageTitle {
  46.     color:#CD05E3;
  47.     text-align:center;
  48.     display:none;
  49. }
  50.  
  51. .navbar-brand {
  52.     color:#E600FF !important;
  53. }
  54.  
  55. .PageDescription {
  56.     display:none;
  57. }
  58.  
  59. .navbar {
  60.     position:fixed;
  61.     width:100%;
  62. }
  63.  
  64. .Breadcrumbs {
  65.     margin-top:75px;
  66. }
  67.  
  68. #Users.AltColumns {
  69.     background:#303030;
  70. }
  71.  
  72. #van2shout.Box {
  73.     background:#303030;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement