Advertisement
Guest User

Untitled

a guest
Dec 25th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. /*
  2.  
  3. Theme Name: Arras Theme
  4.  
  5. Theme URI: http://www.arrastheme.com/
  6.  
  7. Description: Magazine-styled theme with tons of features. Ready for alternate styles. Includes featured posts slideshow, different post layouts, multi-tabbed sidebar, custom single meta fields for reviews and many other customisable features.
  8.  
  9. Author: Melvin Lee
  10.  
  11. Author URI: http://www.zy.sg/
  12.  
  13. Version: 1.4.3.1
  14.  
  15. Tags: blue,brown,white,light,two-columns,three-columns,left-sidebar,right-sidebar,fixed-width,theme-options,threaded-comments,sticky-post,microformats,translation-ready
  16.  
  17. .
  18.  
  19. Arras Theme, like WordPress, is released under the GNU General Public License, version 2 (GPL).
  20.  
  21.  
  22.  
  23. For more information about the GPL, please visit:
  24.  
  25. http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  26.  
  27.  
  28.  
  29. If you require any support, please visit the theme website at
  30.  
  31. http://www.arrastheme.com/.
  32.  
  33. .
  34.  
  35. */
  36.  
  37.  
  38.  
  39. /* Trick the WordPress Theme Bot *Evil* */
  40.  
  41. .aligncenter { display: block; margin: 0 auto; }
  42.  
  43. .alignright { float: right; margin: 0 0 1em 1em; }
  44.  
  45. .alignleft { float: left; margin: 0 1em 1em 0; }
  46.  
  47. .floatleft { float: left; }
  48.  
  49. .floatright { float: right; }
  50.  
  51. img.aligncenter, img.alignright,
  52.  
  53. img.alignleft { border: 3px solid #EEE; }
  54.  
  55.  
  56.  
  57. .wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
  58.  
  59. .wp-caption img { margin: 0; padding: 0; border: none }
  60.  
  61. .wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }
  62.  
  63.  
  64.  
  65. /* Default Stylesheet */
  66.  
  67. @import url('css/default.css');
  68.  
  69.  
  70.  
  71. /* User Override Stylesheet */
  72.  
  73. @import url('user.css');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement