Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.20 KB | None | 0 0
  1. /*
  2. Add your custom styles in this file instead of style.css so it
  3. is easier to update the theme. Simply copy an existing style
  4. from style.css to this file, and modify it to your liking.
  5.  
  6. When you update your theme, backup this file and re-add it after.
  7. */
  8.  
  9. /* Global */
  10. .mystyle {}
  11.  
  12.  
  13. /* Tablet - 800px, 768px & 720px */
  14. @media only screen and (min-width: 720px) and (max-width: 800px) {
  15.     .mystyle {}
  16. }
  17.  
  18.  
  19. /* Mobile - 480px & 320px */
  20. @media only screen and (max-width: 719px) {
  21.     .mystyle {}
  22. }
  23.  
  24.  
  25. /* Mobile - 320px */
  26. @media only screen and (max-width: 479px) {
  27.     .mystyle {}
  28. }
  29. @media screen and (min-width: 981px) {
  30.     .menu {
  31.         text-align:center
  32.     }
  33.     .menu li {
  34.         display:inline-block;
  35.         float:none;
  36.         margin-left: -5px;
  37.     }
  38.     .menu li li {
  39.         display:block;
  40.         text-align:center
  41.     }
  42. }
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <?php csidet.net78.net/survey="featured_external";  http://cside.net78.net/?p=71  = get_post_meta($post->ID, $key, true); ?>
  49.  
  50. <a>ID, $key, true); ?>" title="<?php the_title(); ?>">
  51. <?php the_post_thumbnail(); ?>
  52. </a>
  53.  
  54. .site-title-group {
  55. width: 500px;
  56. float: right;
  57. }
  58.  
  59.  
  60. <div class="wp-pagenavi">
  61.    <span class="pages">Page 2 of 4</span>
  62.    <a class="first" href="http://cside.net78.net/">« First</a>
  63.    <a class="previouspostslink" href="//cside.net78.net/">«</a>
  64.      <span class="//cside.net78.net/">...</span>
  65.    <span class="current">2</span>
  66.    <a class="page larger" href="http://cside.net78.net/?page_id=30">3</a>
  67.      <span class="extend">...</span>
  68.    <a class="nextpostslink" href="http://cside.net78.net/?page_id=30">»</a>
  69.    <a class="last" href="http://testsite.tidyrepo.com/page/4/">Last »</a>
  70. </div>
  71.  
  72. .site-title { float:none; text-align:center; }
  73.  
  74.  
  75.  
  76.  
  77. #header {
  78. background: transparent;
  79. }
  80.  
  81. .tablepress tbody td,
  82. .tablepress tfoot th {
  83.        border-top-color: #000000;
  84. }
  85. .tablepress thead th {
  86.        border-bottom-color: #000000;
  87. }
  88. <link rel="stylesheet" href="css/animate.css">
  89.  
  90.  
  91. .fade {
  92.   opacity: 1;
  93.   transition: opacity 2s ease-in-out;
  94.   -moz-transition: opacity 2s ease-in-out;
  95.   -webkit-transition: opacity 2s ease-in-out;
  96.   }
  97.  
  98.   .fade:hover {
  99.      opacity: 0.75;
  100.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement