twentyten stylesheet without declarations


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*
  2. Theme Name: themeName
  3. Description: Child theme for the Twenty Ten theme
  4. Author:
  5. Template: twentyten
  6. */
  7.  
  8.  
  9. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  10. -------------------------------------------------------------- */
  11.  
  12. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  13. background: transparent;
  14. border: 0;
  15. margin: 0;
  16. padding: 0;
  17. vertical-align: baseline;
  18. }
  19. body {
  20. line-height: 1;
  21. }
  22. h1, h2, h3, h4, h5, h6 {
  23. clear: both;
  24. font-weight: normal;
  25. }
  26. ol, ul {
  27. list-style: none;
  28. }
  29. blockquote {
  30. quotes: none;
  31. }
  32. blockquote:before, blockquote:after {
  33. content: '';
  34. content: none;
  35. }
  36. del {
  37. text-decoration: line-through;
  38. }
  39. /* tables still need 'cellspacing="0"' in the markup */
  40. table {
  41. border-collapse: collapse;
  42. border-spacing: 0;
  43. }
  44. a img {
  45. border: none;
  46. }
  47. /* =Layout
  48. -------------------------------------------------------------- */
  49.  
  50. /*
  51. LAYOUT: Two columns
  52. DESCRIPTION: Two-column fixed layout with one sidebar right of content
  53. */
  54.  
  55. #container {
  56. }
  57. #content {
  58. }
  59. #primary, #secondary {
  60. }
  61. #secondary {
  62. }
  63. #footer {
  64. }
  65. /*
  66. LAYOUT: One column, no sidebar
  67. DESCRIPTION: One centered column with no sidebar
  68. */
  69.  
  70. .one-column #content {
  71. }
  72. /*
  73. LAYOUT: Full width, no sidebar
  74. DESCRIPTION: Full width content with no sidebar; used for attachment pages
  75. */
  76.  
  77. .single-attachment #content {
  78. }
  79. /* =Fonts
  80. -------------------------------------------------------------- */
  81. body, input, textarea, .page-title span, .pingback a.url {
  82. }
  83. h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {
  84. }
  85. input[type=submit] {
  86. }
  87. pre {
  88. }
  89. code {
  90. }
  91. /* =Structure
  92. -------------------------------------------------------------- */
  93.  
  94. /* The main theme structure */
  95. #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
  96. }
  97. #wrapper {
  98. }
  99. /* Structure the footer area */
  100. #footer-widget-area {
  101. }
  102. #footer-widget-area .widget-area {
  103. }
  104. #footer-widget-area #fourth {
  105. }
  106. #site-info {
  107. }
  108. #site-generator {
  109. }
  110. /* =Global Elements
  111. -------------------------------------------------------------- */
  112.  
  113. /* Main global 'theme' and typographic styles */
  114. body {
  115. }
  116. body, input, textarea {
  117. }
  118. hr {
  119. }
  120. /* Text elements */
  121. p {
  122. }
  123. ul {
  124. }
  125. ol {
  126. }
  127. ol ol {
  128. }
  129. ol ol ol {
  130. }
  131. ol ol ol ol {
  132. }
  133. ul ul, ol ol, ul ol, ol ul {
  134. }
  135. dl {
  136. }
  137. dt {
  138. }
  139. dd {
  140. }
  141. strong {
  142. }
  143. cite, em, i {
  144. }
  145. big {
  146. }
  147. ins {
  148. }
  149. blockquote {
  150. }
  151. blockquote cite, blockquote em, blockquote i {
  152. }
  153. pre {
  154. }
  155. abbr, acronym {
  156. }
  157. sup, sub {
  158. }
  159. sup {
  160. }
  161. sub {
  162. }
  163. input[type="text"], textarea {
  164. }
  165. a:link {
  166. }
  167. a:visited {
  168. }
  169. a:active, a:hover {
  170. }
  171. /* Text meant only for screen readers */
  172. .screen-reader-text {
  173. }
  174. /* =Header
  175. -------------------------------------------------------------- */
  176.  
  177. #header {
  178. }
  179. #site-title {
  180. }
  181. #site-title a {
  182. }
  183. #site-description {
  184. }
  185. /* This is the custom header image */
  186. #branding img {
  187. }
  188. /* =Menu
  189. -------------------------------------------------------------- */
  190.  
  191. #access {
  192. }
  193. #access .menu-header, div.menu {
  194. }
  195. #access .menu-header ul, div.menu ul {
  196. }
  197. #access .menu-header li, div.menu li {
  198. }
  199. #access a {
  200. }
  201. #access ul ul {
  202. }
  203. #access ul ul li {
  204. }
  205. #access ul ul ul {
  206. }
  207. #access ul ul a {
  208. }
  209. #access li:hover > a, #access ul ul :hover > a {
  210. }
  211. #access ul li:hover > ul {
  212. }
  213. #access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  214. }
  215. * html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
  216. }
  217. /* =Content
  218. -------------------------------------------------------------- */
  219.  
  220. #main {
  221. }
  222. #content {
  223. }
  224. #content, #content input, #content textarea {
  225. }
  226. #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
  227. }
  228. #content ul ul, #content ol ol, #content ul ol, #content ol ul {
  229. }
  230. #content pre, #content kbd, #content tt, #content var {
  231. }
  232. #content code {
  233. }
  234. #content dt, #content th {
  235. }
  236. #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  237. }
  238. #content table {
  239. }
  240. #content tr th, #content thead th {
  241. }
  242. #content tr td {
  243. }
  244. #content tr.odd td {
  245. }
  246. .hentry {
  247. }
  248. .home .sticky {
  249. }
  250. .single .hentry {
  251. }
  252. .page-title {
  253. }
  254. .page-title span {
  255. }
  256. .page-title a:link, .page-title a:visited {
  257. }
  258. .page-title a:active, .page-title a:hover {
  259. }
  260. #content .entry-title {
  261. }
  262. .entry-title a:link, .entry-title a:visited {
  263. }
  264. .entry-title a:active, .entry-title a:hover {
  265. }
  266. .entry-meta {
  267. }
  268. .entry-meta abbr, .entry-utility abbr {
  269. }
  270. .entry-meta abbr:hover, .entry-utility abbr:hover {
  271. }
  272. .entry-content, .entry-summary {
  273. }
  274. #content .entry-summary p:last-child {
  275. }
  276. .entry-content fieldset {
  277. }
  278. .entry-content fieldset legend {
  279. }
  280. .entry-content input {
  281. }
  282. .entry-content input.file, .entry-content input.button {
  283. }
  284. .entry-content label {
  285. }
  286. .entry-content select {
  287. }
  288. .entry-content sup, .entry-content sub {
  289. }
  290. .entry-content blockquote.left {
  291. }
  292. .entry-content blockquote.right {
  293. }
  294. .page-link {
  295. }
  296. .page-link a:link, .page-link a:visited {
  297. }
  298. .home .sticky .page-link a {
  299. }
  300. .page-link a:active, .page-link a:hover {
  301. }
  302. body.page .edit-link {
  303. }
  304. #entry-author-info {
  305. }
  306. #entry-author-info #author-avatar {
  307. }
  308. #entry-author-info #author-description {
  309. }
  310. #entry-author-info h2 {
  311. }
  312. .entry-utility {
  313. }
  314. .entry-meta a, .entry-utility a {
  315. }
  316. .entry-meta a:hover, .entry-utility a:hover {
  317. }
  318. #content .video-player {
  319. }
  320. /* =Asides
  321. -------------------------------------------------------------- */
  322.  
  323. .home #content .format-aside p, .home #content .category-asides p {
  324. }
  325. .home .hentry.format-aside, .home .hentry.category-asides {
  326. }
  327. .home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
  328. }
  329. /* =Gallery listing
  330. -------------------------------------------------------------- */
  331.  
  332. .format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
  333. }
  334. .format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
  335. }
  336. .home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
  337. }
  338. /* =Attachment pages
  339. -------------------------------------------------------------- */
  340.  
  341. .attachment .entry-content .entry-caption {
  342. }
  343. .attachment .entry-content .nav-previous a:before {
  344. }
  345. .attachment .entry-content .nav-next a:after {
  346. }
  347. /* =Images
  348. -------------------------------------------------------------- */
  349.  
  350. /*
  351. Resize images to fit the main content area.
  352. - Applies only to images uploaded via WordPress by targeting size-* classes.
  353. - Other images will be left alone. Use "size-auto" class to apply to other images.
  354. */
  355. img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  356. }
  357. .alignleft, img.alignleft {
  358. }
  359. .alignright, img.alignright {
  360. }
  361. .aligncenter, img.aligncenter {
  362. }
  363. img.alignleft, img.alignright, img.aligncenter {
  364. }
  365. .wp-caption {
  366. }
  367. .wp-caption img {
  368. }
  369. .wp-caption p.wp-caption-text {
  370. }
  371. .wp-smiley {
  372. }
  373. .gallery {
  374. }
  375. .gallery .gallery-item {
  376. }
  377. .gallery-columns-2 .gallery-item {
  378. }
  379. .gallery-columns-4 .gallery-item {
  380. }
  381. .gallery img {
  382. }
  383. .gallery-columns-2 .attachment-medium {
  384. }
  385. .gallery-columns-4 .attachment-thumbnail {
  386. }
  387. .gallery .gallery-caption {
  388. }
  389. .gallery dl {
  390. }
  391. .gallery img {
  392. }
  393. .gallery br+br {
  394. }
  395. #content .attachment img {/* single attachment images should be centered */
  396. }
  397. /* =Navigation
  398. -------------------------------------------------------------- */
  399.  
  400. .navigation {
  401. }
  402. .navigation a:link, .navigation a:visited {
  403. }
  404. .navigation a:active, .navigation a:hover {
  405. }
  406. .nav-previous {
  407. }
  408. .nav-next {
  409. }
  410. #nav-above {
  411. }
  412. #nav-above {
  413. }
  414. .paged #nav-above, .single #nav-above {
  415. }
  416. #nav-below {
  417. }
  418. /* =Comments
  419. -------------------------------------------------------------- */
  420. #comments {
  421. }
  422. #comments .navigation {
  423. }
  424. h3#comments-title, h3#reply-title {
  425. }
  426. h3#comments-title {
  427. }
  428. .commentlist {
  429. }
  430. .commentlist li.comment {
  431. }
  432. .commentlist li:last-child {
  433. }
  434. #comments .comment-body ul, #comments .comment-body ol {
  435. }
  436. #comments .comment-body p:last-child {
  437. }
  438. #comments .comment-body blockquote p:last-child {
  439. }
  440. .commentlist ol {
  441. }
  442. .commentlist .avatar {
  443. }
  444. .comment-author {
  445. }
  446. .comment-author cite {
  447. }
  448. .comment-author .says {
  449. }
  450. .comment-meta {
  451. }
  452. .comment-meta a:link, .comment-meta a:visited {
  453. }
  454. .comment-meta a:active, .comment-meta a:hover {
  455. }
  456. .commentlist .even {
  457. }
  458. .commentlist .bypostauthor {
  459. }
  460. .reply {
  461. }
  462. .reply a, a.comment-edit-link {
  463. }
  464. .reply a:hover, a.comment-edit-link:hover {
  465. }
  466. .commentlist .children {
  467. }
  468. .commentlist .children li {
  469. }
  470. .nopassword, .nocomments {
  471. }
  472. #comments .pingback {
  473. }
  474. .commentlist li.comment+li.pingback {
  475. }
  476. #comments .pingback p {
  477. }
  478. #comments .pingback .url {
  479. }
  480. /* Comments form */
  481. input[type=submit] {
  482. }
  483. #respond {
  484. }
  485. #respond p {
  486. }
  487. #respond .comment-notes {
  488. }
  489. .form-allowed-tags {
  490. }
  491. .children #respond {
  492. }
  493. h3#reply-title {
  494. }
  495. #comments-list #respond {
  496. }
  497. #comments-list ul #respond {
  498. }
  499. #cancel-comment-reply-link {
  500. }
  501. #respond .required {
  502. }
  503. #respond label {
  504. }
  505. #respond input {
  506. }
  507. #respond textarea {
  508. }
  509. #respond .form-allowed-tags {
  510. }
  511. #respond .form-allowed-tags code {
  512. }
  513. #respond .form-submit {
  514. }
  515. #respond .form-submit input {
  516. }
  517. /* =Widget Areas
  518. -------------------------------------------------------------- */
  519.  
  520. .widget-area ul {
  521. }
  522. .widget-area ul ul {
  523. }
  524. .widget-area select {
  525. }
  526. .widget_search #s {/* This keeps the search inputs in line */
  527. }
  528. .widget_search label {
  529. }
  530. .widget-container {
  531. }
  532. .widget-title {
  533. }
  534. .widget-area a:link, .widget-area a:visited {
  535. }
  536. .widget-area a:active, .widget-area a:hover {
  537. }
  538. .widget-area .entry-meta {
  539. }
  540. #wp_tag_cloud div {
  541. }
  542. #wp-calendar {
  543. }
  544. #wp-calendar caption {
  545. }
  546. #wp-calendar thead {
  547. }
  548. #wp-calendar thead th {
  549. }
  550. #wp-calendar tbody {
  551. }
  552. #wp-calendar tbody td {
  553. }
  554. #wp-calendar tbody .pad {
  555. }
  556. #wp-calendar tfoot #next {
  557. }
  558. .widget_rss a.rsswidget {
  559. }
  560. .widget_rss a.rsswidget:hover {
  561. }
  562. .widget_rss .widget-title img {
  563. }
  564. /* Main sidebars */
  565. #main .widget-area ul {
  566. }
  567. #main .widget-area ul ul {
  568. }
  569. #primary {
  570. }
  571. #secondary {
  572. }
  573. /* Footer widget areas */
  574. #footer-widget-area {
  575. }
  576. /* =Footer
  577. -------------------------------------------------------------- */
  578.  
  579. #footer {
  580. }
  581. #colophon {
  582. }
  583. #site-info {
  584. }
  585. #site-info a {
  586. }
  587. #site-generator {
  588. }
  589. #site-generator a {
  590. }
  591. #site-generator a:hover {
  592. }
  593. img#wpstats {
  594. }
  595. /* =Mobile Safari ( iPad, iPhone and iPod Touch )
  596. -------------------------------------------------------------- */
  597.  
  598. pre {
  599. }
  600. code {
  601. }
  602. #access, .entry-meta, .entry-utility, .navigation, .widget-area {
  603. }
  604. #site-description {
  605. }
  606.  
  607.  
  608. /* =Print Style
  609. -------------------------------------------------------------- */
  610.  
  611. @media print {
  612. body {
  613. }
  614. #wrapper {
  615. }
  616. #header {
  617. }
  618. #colophon {
  619. }
  620. #site-title, #site-description {
  621. }
  622. #site-title {
  623. }
  624. .entry-content {
  625. }
  626. .entry-title {
  627. }
  628. #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
  629. }
  630. #container, #header, #footer {
  631. }
  632. #content, .one-column #content {
  633. }
  634. .wp-caption p {
  635. }
  636. #site-info, #site-generator {
  637. }
  638. #colophon {
  639. }
  640. img#wpstats {
  641. }
  642. #site-generator a {
  643. }
  644. #entry-author-info {
  645. }
  646. #main {
  647. }
  648. .home .sticky {
  649. }
  650. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.