Advertisement
Katting

System Override - UPDATES TAB ADDON [CSS]

Aug 23rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. /*------SYSTEM OVERRIDE THEME ADDON UPDATES TAB by Feline Themes
  2.  
  3. **If you are using with my System Override theme I HIGHLY reccommend using it with 2 columns, not 3 if you choose to install this tab.**
  4.  
  5. This updates tab was designed for use with my System Override theme as an optional add-on. The colors are already set to work with the meta tags for that theme. If you're using this with some other theme [permission granted] you'll likely need to change the meta color tags.
  6.  
  7. You may customize basic things of this updates tab as you please. Feel free to edit the html classes in the CSS, change fonts, and simple things like that. But please don't use this as a base code or make it look like a whole new tab.
  8.  
  9. ------*/
  10.  
  11. #updatestab{
  12. position:fixed;
  13. bottom:50px;
  14. right:5%;
  15. width:200px;
  16. box-shadow:3px 3px 3px #363636;
  17. }
  18.  
  19.  
  20. #mainsection{
  21. max-height:450px;
  22. padding:10px;
  23. background-color:#ffffff;
  24. border-left:1px solid #c9c7c7;
  25. border-bottom:1px solid #8c8888;
  26. border-right:1px solid #8c8888;
  27. outline:1px solid #474545;
  28. text-align:center;
  29. font-family:'Arial';
  30. font-size:10px;
  31. color:{color:Font Color 2};
  32. }
  33.  
  34. #mainsection h2{
  35. margin-top:2px;
  36. margin-bottom:2px;
  37. padding:2px;
  38. background-color:#474545;
  39. text-align:center;
  40. font-weight:normal;
  41. font-size:14px;
  42. color:{color:Font Color 1};
  43. }
  44.  
  45. #mainsection a{
  46. color:{color:Link Color};
  47. }
  48.  
  49. #mainsection a:hover{
  50. color:{color:Link Color Hover};
  51. }
  52.  
  53. #stats{
  54. margin-top:5px;
  55. margin-bottom:5px;
  56. padding:3px;
  57. background-color:#cccccc;
  58. }
  59.  
  60. #stats a{
  61. text-decoration:none;
  62. font-weight:bold;
  63. color:{color:Font Color 2};
  64. }
  65.  
  66. /*------SYSTEM OVERRIDE THEME ADDON UPDATES TAB by Feline Themes------*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement