Advertisement
Ipstenu

Juan Pablo's Child Theme

Aug 19th, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. /**
  2. * Theme Name: News Child
  3. * Theme URI: http://devpress.com/themes/news
  4. * Description: An example child theme of the News parent theme.
  5. * Version: 0.1
  6. * Author: DevPress
  7. * Author URI: http://devpress.com
  8. * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
  9. * Template: news
  10. * License: GNU General Public License v2.0
  11. * License URI: http://www.gnu.org/licenses/gpl-2.0.html
  12. *
  13. * Copyright (c) 2010 DevPress LLC. All rights reserved.
  14. * http://devpress.com
  15. */
  16. /* Import the News theme stylesheet. */
  17. @import url( '../news/style.css' );
  18.  
  19. /* All custom style rules should be placed below here. */
  20. #header {height:125px;}
  21.  
  22. #menu-secondary li.loginout{display:none;}
  23.  
  24. .slideshow-controls .slideshow-pager a.activeSlide, #sidebar-feature a.view-more:hover {
  25. background: #8b0000;
  26. color: white;
  27. -moz-border-radius: 0px;
  28. -webkit-border-radius: 10px;
  29. }
  30.  
  31. #site-title {
  32. background: show url(/images/images_child/logo.png) no-repeat scroll 0;
  33. float: left;
  34. width: 267px;
  35. height: 146px;
  36. font: 48px/48px Impact, Arial, Helvetica, sans-serif;
  37. margin: -27px 0 0;
  38. text-indent: -9999em;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement