Advertisement
hiphopinenglish

WeLL CSS

Aug 11th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.65 KB | None | 0 0
  1. /*
  2. Theme Name: Twentyeleven Well
  3. Description: Theme for welearnlanguages.com
  4. Author: Joe
  5. Template: twentyeleven
  6. */
  7.  
  8. @import url("../twentyeleven/style.css");
  9.  
  10. body {
  11.     padding: 0;
  12. }
  13.  
  14. #page {
  15.     margin: 1.5em auto;
  16.     max-width: 1200px;
  17.     -webkit-border-radius: 15px;
  18.     -moz-border-radius: 15px;
  19.     -o-border-radius: 15px;
  20.     border-radius: 15px;
  21. }
  22.  
  23. #branding hgroup {
  24.     margin: 0;
  25. }
  26. #main {
  27.     clear: both;
  28.     padding: 0.625em 0 0;
  29. }
  30. #primary {
  31.     float: left;
  32.     margin: 0 -32.4% 0 0;
  33.     width: 100%;
  34. }
  35. #content {
  36.     margin: 0 32% 0 4%;
  37.     width: 62.4%;
  38. }
  39. #secondary {
  40.     float: right;
  41.     margin-right: 4%;
  42.     width: 24.8%;
  43. }
  44. #supplementary {
  45.     border-top: 1px solid #ddd;
  46.     padding: 1.625em 4%;
  47.     overflow: hidden;
  48. }
  49. .singular .entry-header,
  50. .singular .entry-content,
  51. .singular footer.entry-meta,
  52. .singular #comments-title {
  53.     margin: 0 auto;
  54.     width: 100%;
  55. }
  56.  
  57. .entry-title {
  58.     padding-top: 5px;
  59. }
  60.  
  61. .page-template-showcase-php h2.entry-title {
  62.     display: none;
  63. }
  64.  
  65. .entry-header .entry-format {
  66.     display: none;
  67. }
  68.  
  69. article.feature-image.large .entry-title a {
  70.     display: none;
  71. }
  72.  
  73. section.feature-image.large img {
  74.     display: block;
  75.     height: auto;
  76.     max-width: 1200px;
  77.     padding: 0 0 6px;
  78. }
  79.  
  80. section.feature-image.large img {
  81.     display: block;
  82.     height: auto;
  83.     max-width: 100%;
  84.     margin-left: auto;
  85.     margin-right: auto;
  86. }
  87.  
  88. .featured-posts section.featured-post img {
  89.         -ms-interpolation-mode: bicubic;
  90.         height:auto;
  91.         width:120%;
  92. }
  93.  
  94.  .featured-post .feature-text:after,
  95.  .featured-post .feature-image.small:after {
  96.         content: ' ';
  97. @@ -2660,11 +2669,16 @@
  98.         padding-right: -7.6%;
  99.         max-width: 1200px;
  100. }
  101. #ie7 section.featured-post {
  102. #ie7 .featured-posts {
  103.         margin-top: 0;
  104.         margin-left: -7.6%;
  105.         margin-right: -7.6%;
  106.         max-width: 1200px;
  107. }
  108. #ie7 section.featured-post {
  109.         margin-left: 0;
  110.         margin-right: 0;
  111.         max-width: 1200%;
  112. }
  113.  
  114. #ie7 section.recent-posts {
  115.         margin-right: 7.6%;
  116. }
  117.  
  118. img#wpstats {
  119.     display: none;
  120. }
  121.  
  122. #site-title {
  123.     display: none;
  124. }
  125.  
  126. #site-description {
  127.     display: none;
  128. }
  129.  
  130. .featured-posts .showcase-heading {
  131. visibility: hidden;
  132. }
  133.  
  134. .page-template-showcase-php h2.entry-title { display: none; }
  135.  
  136. .entry-header .entry-format {
  137.     display: none;
  138. }
  139.  
  140. .featured-posts .showcase-heading:before {
  141. visibility: visible;
  142. content: " ";
  143. color: black;
  144. font-size: 16px;
  145. font-family: Bebas Neue, Arial;
  146. padding-left: 0px;
  147. }
  148.  
  149. h1.showcase-heading {
  150.     display: none;
  151. }
  152.  
  153. .singular .hentry {
  154. border-bottom: none;
  155. padding-top: 0.5em;
  156. position: relative;
  157. }
  158.  
  159. .singular.page .hentry {
  160. padding-top: 0.5em;
  161. }
  162.  
  163. #site-title {
  164. margin-right: 270px;
  165. padding-bottom: 0;
  166. padding-left: 0;
  167. padding-right: 0;
  168. padding-top: 1.65625em;
  169. }
  170.  
  171. #site-description {
  172. color: #7A7A7A;
  173. font-size: 14px;
  174. margin-bottom: 1.65625em;
  175. margin-left: 0;
  176. margin-right: 270px;
  177. margin-top: 0;
  178. }
  179.  
  180. .entry-header .comments-link a {
  181. display: none;
  182. }
  183.  
  184. #site-generator {
  185.     background: none repeat scroll 0 0 transparent;
  186.     border-top: 1px solid #cdb5b5;
  187.     color: black;
  188.     font-size: 12px;
  189.     line-height: 2.2em;
  190.     padding: 2.2em 0.5em;
  191.     text-align: center;
  192. }
  193.  
  194. #access {
  195.     box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  196. }
  197.  
  198. #access .fr {
  199. width: 11px;
  200. text-align: center;
  201. float: right;
  202. }
  203. .fr,
  204. #access .fr:hover >a,
  205. #access .fr a:focus
  206. {
  207. background: url('images/fr.gif');
  208. background-repeat: no-repeat;
  209. padding: 0;
  210. }
  211. .fr a
  212. {
  213. color: transparent !important;
  214. padding: 0;
  215. left: -9999;
  216. }
  217.  
  218. #access .es {
  219. width: 11px;
  220. text-align: center;
  221. float: right;
  222. }
  223. .es,
  224. #access .es:hover >a,
  225. #access .es a:focus
  226. {
  227. background: url('images/es.gif');
  228. background-repeat: no-repeat;
  229. padding: 0;
  230. }
  231. .es a
  232. {
  233. color: transparent !important;
  234. padding: 0;
  235. left: -9999;
  236. }
  237.  
  238. #access .it {
  239. width: 11px;
  240. text-align: center;
  241. float: right;
  242. }
  243. .it,
  244. #access .it:hover >a,
  245. #access .it a:focus
  246. {
  247. background: url('images/it.gif');
  248. background-repeat: no-repeat;
  249. padding: 0;
  250. }
  251. .it a
  252. {
  253. color: transparent !important;
  254. padding: 0;
  255. left: -9999;
  256. }
  257.  
  258. #access .catalonia {
  259. width: 11px;
  260. text-align: center;
  261. float: right;
  262. }
  263. .catalonia,
  264. #access .catalonia:hover >a,
  265. #access .catalonia a:focus
  266. {
  267. background: url('images/catalonia.gif');
  268. background-repeat: no-repeat;
  269. padding: 0;
  270. }
  271. .catalonia a
  272. {
  273. color: transparent !important;
  274. padding: 0;
  275. left: -9999;
  276. }
  277.  
  278. #access .br {
  279. width: 11px;
  280. text-align: center;
  281. float: right;
  282. }
  283. .br,
  284. #access .br:hover >a,
  285. #access .br a:focus
  286. {
  287. background: url('images/br.gif');
  288. background-repeat: no-repeat;
  289. padding: 0;
  290. }
  291. .br a
  292. {
  293. color: transparent !important;
  294. padding: 0;
  295. left: -9999;
  296. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement