Advertisement
Guest User

CSS Sidebar Manajer

a guest
Mar 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1.  
  2. hr.style-seven {
  3. background:white;
  4. border: thin dashed ;
  5. margin-bottom:10%;
  6. }
  7. .bannersewa{
  8. background:#F4F4F4;
  9. color:#323232;
  10. padding:10% 5% 5% 5%;
  11. text-align:center;
  12. }
  13. .bannersewa p{
  14. margin-top:-15%;
  15. }
  16. .headingbanner{
  17. color:#5584FF;
  18. font-size:350%;
  19. font-weight:900;
  20. line-height:1.1em;
  21. }
  22. .subbanner{
  23. color:#5584FF;
  24. margin-top:-25%;
  25. font-size:130%;
  26. font-weight:600;
  27. }
  28. .pagbanner{
  29. margin-top:-5%;
  30. font-size:100%;
  31.  
  32. }
  33. .mail-banner{
  34. color:#5584FF !important;
  35. }
  36. .csmanajer a{
  37. color:#323232 !important;
  38. display: block;
  39.  
  40. }
  41. span.csmanajer, a.csmanajer {
  42. font-weight: 600;
  43. font-size:230%;
  44. text-align: center;
  45. line-height:1.2em;
  46. color:white !important;
  47. width:100% !important;
  48. }
  49. .sidebar .widget .csmanajer a {
  50. font-size:90%;
  51. }
  52. .execphpwidget p{
  53. text-align:center;
  54. }
  55.  
  56.  
  57. span.csmanajer:after, a.csmanajer:after {
  58. content:"\a";
  59. white-space: pre;
  60. }
  61. .execphp-3{
  62. list-style:none;
  63. }
  64. .entry-header{
  65. margin-top:2em;
  66. }
  67. .widget_execphp{
  68. list-style:none;
  69. }
  70. #execphp-3 {
  71. list-style:none;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement