Advertisement
Guest User

QuibbTales Theme

a guest
Sep 6th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.55 KB | None | 0 0
  1. * { font-family: Palatino, "Palatino Linotype", "URW Palladio L", serif; }
  2.  
  3. .nub { display: none; }
  4. .sidebox.submit .morelink {
  5.     border:1px solid white;
  6.     background: white;
  7.     text-align: left;
  8.     background-image: url(%%hand%%);
  9.     background-size: 14%;
  10.     background-position: 100% 0px;
  11.     height: 100%; width: 100%;
  12.     background-repeat: no-repeat;
  13. }
  14. .sidebox.submit .morelink:hover a {
  15.     color:black;
  16. }
  17. .sidebox.create .morelink {display: none;}
  18. .sidebox.submit .spacer , .sidebox.create .spacer  {display: none; }
  19.  
  20. #header {
  21.     background:white;
  22.     border-color:gray;
  23.     -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
  24.     -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
  25.     box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
  26.     margin-bottom: 20px;
  27. }
  28. #header-bottom-left .tabmenu { margin: 0; position: absolute; right: 0; left: 0; text-align: center; bottom:0;}
  29.  
  30. .pagename { margin: 0; position: absolute; right: 0; left: 0; text-align: center; }
  31.  
  32. #header .tabmenu li a {
  33.     background:transparent;
  34.     color:gray;
  35.     border-style:none;
  36. }
  37. #header .tabmenu li.selected a {
  38.     background:transparent;
  39.     color:black;
  40.     border-style:none;
  41. }
  42.  
  43. #header-bottom-right {
  44.     background:transparent;
  45.     position:absolute;
  46.     top:20px;
  47. }
  48.  
  49. .tabmenu li:nth-child(3),
  50. .tabmenu li:nth-child(4),
  51. .tabmenu li:nth-child(6),
  52. .tabmenu li:nth-child(8),
  53. .tabmenu #viewImagesButton {
  54.     display: none;
  55. }
  56.  
  57. .flair-basic
  58. {
  59. background:transparent;
  60. color:black;
  61. border-style:none;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement