Advertisement
itbatayan

style.css

Oct 15th, 2018
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /*
  2. Theme Name: Custom Theme
  3. Description: This is my custom theme
  4. Author: itbatayan.com
  5. Version: 1.0
  6. */
  7.  
  8. body {
  9. text-align: left;
  10. background-color: #615299;
  11. }
  12.  
  13. #wrapper {
  14. display: block;
  15. border: 1px #a2a2a2 solid;
  16. width:90%;
  17. margin:0px auto;
  18. }
  19.  
  20. #header {
  21. border: 2px #a2a2a2 solid;
  22. background-color: #e34de4;
  23. }
  24.  
  25. #content-homepage {
  26. background-color: #cfcfcf;
  27. width: 75%;
  28. border: 1px #a2a2a2 solid;
  29. padding: 5px;
  30. float: left;
  31. }
  32.  
  33. #content-single-post {
  34. background-color: #cfcfcf;
  35. width: 75%;
  36. border: 1px #a2a2a2 solid;
  37. padding: 5px;
  38. float: left;
  39. }
  40.  
  41. #container {
  42. width: 100%;
  43. background-color: #000000;
  44.  
  45. float: left;
  46. }
  47.  
  48.  
  49. #clear{
  50. clear: both;
  51. }
  52.  
  53. a {
  54. text-decoration: none;
  55. }
  56.  
  57. #footer {
  58. border: 1px #a2a2a2 solid;
  59. background-color: #000fff;
  60. padding: 5px;
  61.  
  62. }
  63.  
  64. .title {
  65. font-size: 11pt;
  66. font-family: verdana;
  67. font-weight: bold;
  68. }
  69.  
  70.  
  71. .homepage-excerpt-thumbnail {
  72. float: left;
  73. }
  74.  
  75. .homepage-excerpt-thumbnail img {
  76. height: 80px;
  77. width: 80px;
  78. background: #fcfcfc;
  79. padding: 0.3em;
  80. margin: 1em 1em 0.5em 0em;
  81. border: 1px solid #bbbdde;
  82. border-radius:.1em 0 0 0;
  83. }
  84.  
  85.  
  86.  
  87. img {
  88. height: auto;
  89. max-width: 100%;
  90. }
  91. #sidebar {
  92. width: 22%;
  93. background-color: #995e52;
  94. border: 0px #a2a2a2 solid;
  95. float: right;
  96. padding: 5px;
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement