sexycullen

theme 203 css

Sep 2nd, 2019
1,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. /* tylergaciaposey's theme 203
  2. css part */
  3.  
  4.  
  5. .nav_container {
  6. width:100%;
  7. overflow: hidden;
  8. margin:0 auto;
  9. padding:2px;
  10. }
  11.  
  12.  
  13. .box_left {
  14. width:50%;
  15. overflow: hidden;
  16. float:left;
  17. padding:10px;
  18. box-sizing: border-box;
  19.  
  20. }
  21.  
  22. .box_right {
  23. width:50%;
  24. overflow: hidden;
  25. float:right;
  26. padding:10px;
  27. box-sizing: border-box;
  28. }
  29.  
  30. .nav_title {
  31. font-weight:bold;
  32. margin:2px 0 3px;
  33. padding:0 0 5px;
  34. }
  35.  
  36.  
  37. .nav_title:after {
  38. width:100px;
  39. content:'';
  40. border-bottom:1px dotted #e2e2e2;
  41. display:block;
  42. margin:5px 0;
  43. }
  44.  
  45.  
  46. .nav_list {
  47. margin:0 0 2px 5px;
  48. }
  49.  
  50.  
  51. .nav_list:before {
  52. content:'\e083';
  53. font-family:'saturnicons';
  54. margin-right:5px;
  55. font-size:7px;
  56. display:inline-block;
  57. vertical-align:middle;
  58. position:relative;
  59. }
  60.  
  61.  
  62. .nav_paragraph {
  63. margin:7px 0;
  64. }
  65.  
  66.  
  67. .nav_separator {
  68. clear:both;
  69. width:100%;
  70. display:block;
  71. border-bottom:1px dotted #e2e2e2;
  72. margin:25px 0;
  73. padding:0 0 25px;
  74. }
  75.  
  76.  
  77. /* tags aka links lis */
  78.  
  79. .nav_tags_title1 {
  80. font-weight:bold;
  81. margin:2px 10px 3px;
  82. padding:0 0 5px;
  83. }
  84.  
  85. .nav_tags_title1:after {
  86. width:100px;
  87. content:'';
  88. border-bottom:1px dotted #e2e2e2;
  89. display:block;
  90. margin:5px 0;
  91. }
  92.  
  93.  
  94. .nav_tags_title {
  95. margin:3px 0 3px;
  96. padding:0 0 5px;
  97. font-weight:bold;
  98. }
  99.  
  100. .nav_tags_title:after {
  101. content:'';
  102. border-bottom:0px dotted #e2e2e2;
  103. }
  104.  
  105. .nav_tags_box {
  106. height:180px;
  107. width:33.3%;
  108. margin-bottom:25px;
  109. overflow: hidden;
  110. float:left;
  111. padding:10px;
  112. box-sizing: border-box;
  113. overflow-y:auto;
  114. overflow-x:hidden;
  115. }
  116.  
  117.  
  118. .nav_tags_list {
  119. margin:0 0 2px 5px;
  120. }
  121.  
  122. .nav_tags_list:before {
  123. content:'\e08f';
  124. font-family:'saturnicons';
  125. margin-right:5px;
  126. font-size:7px;
  127. display:inline-block;
  128. vertical-align:middle;
  129. position:relative;
  130. }
  131.  
  132.  
  133. .mcredit {
  134. float:right;
  135. right:5px;
  136. bottom:18px;
  137. padding:5px;
  138. outline:1px dotted #e2e2e2;
  139. background-color: #fff;
  140. }
  141.  
  142.  
  143. .mcredit a {
  144. text-transform:lowercase;
  145. text-align:center;
  146. font-size:10px;
  147. font-family:'Open Sans', Calibri, sans-serif;
  148. padding:3px;
  149. font-style:normal;
  150. padding:3px;
  151. -moz-transition-duration:0.5s;
  152. -webkit-transition-duration:0.5s;
  153. -o-transition-duration:0.5s;
  154. }
  155.  
  156.  
  157. /* tylergaciaposey's theme 203
  158. css part */
Advertisement
Add Comment
Please, Sign In to add comment