Guest User

GreenCSSfile

a guest
May 9th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. body {
  2. direction:rtl;
  3. unicode-bidi:embed;
  4. }
  5.  
  6.  
  7. /*
  8. LAYOUT: Two-Column (Right)
  9. DESCRIPTION: Two-column fixed layout with one sidebar right of content
  10. */
  11.  
  12. #container {
  13. float: right;
  14. margin: 0 0 0 -240px;
  15. }
  16. #content {
  17. margin: 0 20px 36px 280px;
  18. }
  19. #primary,
  20. #secondary {
  21. float: left;
  22. }
  23. #secondary {
  24. clear: left;
  25. }
  26.  
  27.  
  28. #main-pic
  29. {
  30. background: white;
  31. border-style:solid;
  32. border-width:1px;
  33. border-color:#888888:
  34. left: 0px;
  35. margin: 0 auto;
  36.  
  37. }
  38.  
  39. /* =Fonts
  40. -------------------------------------------------------------- */
  41. body,
  42. input,
  43. textarea,
  44. .page-title span,
  45. .pingback a.url,
  46. h3#comments-title,
  47. h3#reply-title,
  48. #access .menu,
  49. #access div.menu ul,
  50. #cancel-comment-reply-link,
  51. .form-allowed-tags,
  52. #site-info,
  53. #site-title,
  54. #wp-calendar,
  55. .comment-meta,
  56. .comment-body tr th,
  57. .comment-body thead th,
  58. .entry-content label,
  59. .entry-content tr th,
  60. .entry-content thead th,
  61. .entry-meta,
  62. .entry-title,
  63. .entry-utility,
  64. #respond label,
  65. .navigation,
  66. .page-title,
  67. .pingback p,
  68. .reply,
  69. .widget-title,
  70. input[type=submit] {
  71. font-family: Arial, Tahoma, sans-serif;
  72. }
  73.  
  74. /* =Structure
  75. -------------------------------------------------------------- */
  76. /* LOGO */
  77. .logo a { font-size:36px; font-weight:bold; color:#fff; margin-top:30px; float:right; text-decoration:none; }
  78. .logo img { float:right; margin:0 30px 0 0; }
  79. .topmenu { width:650px; position:relative; float:left; text-align:right; }
  80.  
  81. .widget_postslist li .thumb { float:right; padding-bottom:2px; margin:0 0px 0 10px; }
  82.  
  83. .bread-icon { float:right;}
  84. /* =Global Elements
  85. -------------------------------------------------------------- */
  86.  
  87. /* Text elements */
  88. ul {
  89. margin: 0 1.5em 18px 0;
  90. }
  91. blockquote {
  92. font-style: normal;
  93. }
  94.  
  95. /* Text meant only for screen readers */
  96. .screen-reader-text {
  97. left: auto;
  98. text-indent:-9000px;
  99. overflow:hidden;
  100. }
  101.  
  102.  
  103. /* =Header
  104.  
  105. ------------------------------------------------------------- */
  106.  
  107. #site-title {
  108. float: right;
  109. }
  110. #site-description {
  111. clear: left;
  112. float: left;
  113. font-style: normal;
  114. }
  115.  
  116. .nav li { float:right; }
  117.  
  118. /* =Menu
  119. -------------------------------------------------------------- */
  120.  
  121. #access {
  122. float:right;
  123. }
  124.  
  125. #access .menu-header,
  126. div.menu {
  127. margin-right: 12px;
  128. margin-left: 0;
  129. }
  130.  
  131. #access .menu-header li,
  132. div.menu li{
  133. float:right;
  134. }
  135.  
  136. #access ul ul {
  137. left:auto;
  138. right:0;
  139. float:right;
  140. }
  141. #access ul ul ul {
  142. left:auto;
  143. right:100%;
  144. }
  145.  
  146. /* =Content
  147. -------------------------------------------------------------- */
  148.  
  149. #content table {
  150. text-align: right;
  151. margin: 0 0 24px -1px;
  152. }
  153. .page-title span {
  154. font-style:normal;
  155. }
  156. .entry-title,
  157. .entry-meta {
  158. clear: right;
  159. float: right;
  160. margin-left: 68px;
  161. margin-right: 0;
  162. }
  163.  
  164. .entry-content input.file,
  165. .entry-content input.button {
  166. margin-left: 24px;
  167. margin-right:0;
  168. }
  169. .entry-content blockquote.left {
  170. float: right;
  171. margin-right: 0;
  172. margin-left: 24px;
  173. text-align: left;
  174. }
  175. .entry-content blockquote.right {
  176. float: left;
  177. margin-right: 24px;
  178. margin-left: 0;
  179. text-align: right;
  180. }
  181. #entry-author-info #author-avatar {
  182. float: right;
  183. margin: 0 0 0 -104px;
  184. }
  185. #entry-author-info #author-description {
  186. float: right;
  187. margin: 0 104px 0 0;
  188. }
  189.  
  190. /* Gallery listing
  191. -------------------------------------------------------------- */
  192.  
  193. .category-gallery .gallery-thumb {
  194. float: right;
  195. margin-left:20px;
  196. margin-right:0;
  197. }
  198.  
  199.  
  200. /* Images
  201. -------------------------------------------------------------- */
  202.  
  203. #content .gallery .gallery-caption {
  204. margin-right: 0;
  205. }
  206.  
  207. #content .gallery .gallery-item {
  208. float: right;
  209. }
  210.  
  211. /* =Navigation
  212. -------------------------------------------------------------- */
  213. .nav-previous {
  214. float: right;
  215. }
  216. .nav-next {
  217. float: left;
  218. text-align:left;
  219. }
  220.  
  221. /* =Comments
  222. -------------------------------------------------------------- */
  223.  
  224. .commentlist li.comment {
  225. padding: 0 56px 0 0;
  226. }
  227. .commentlist .avatar {
  228. right: 0;
  229. left: auto;
  230. }
  231. .comment-author .says, #comments .pingback .url {
  232. font-style: normal;
  233. }
  234.  
  235. /* Comments form */
  236. .children #respond {
  237. margin: 0 0 0 48px;
  238. }
  239.  
  240. /* =Widget Areas
  241. -------------------------------------------------------------- */
  242.  
  243. .widget-area ul {
  244. margin-right: 0;
  245. }
  246. .widget-area ul ul {
  247. margin-right: 1.3em;
  248. margin-left: 0;
  249. }
  250. #wp-calendar caption {
  251. text-align: right;
  252. }
  253. #wp-calendar tfoot #next {
  254. text-align: left;
  255. }
  256.  
  257. /* Main sidebars */
  258. #main .widget-area ul {
  259. margin-right: 0;
  260. padding: 0 0 0 20px;
  261. }
  262. #main .widget-area ul ul {
  263. margin-right: 1.3em;
  264. margin-left: 0;
  265. }
  266.  
  267. /* =Footer
  268. -------------------------------------------------------------- */
  269. #site-generator {
  270. font-style:normal;
  271. }
  272. #site-generator a {
  273. background-position: right center;
  274. padding-right: 20px;
  275. padding-left: 0;
  276. }
  277.  
  278. .widget_postslist ul li .thumb { float:right; padding-bottom:2px; margin:0 0 0 10px; }
  279.  
  280. /*-----------------------*/
Add Comment
Please, Sign In to add comment