Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*
  2.  Theme Name:   Albumized Twenty Fifteen
  3.  Author:       Rebecca Weber
  4.  Author URI:   http://rweber.net
  5.  Template:     twentyfifteen
  6.  Version:      1.0.0
  7.  License:      GNU General Public License v2 or later
  8.  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  9.  Text Domain:  albumized-twenty-fifteen
  10. */
  11.  
  12. .filtration-gallery {
  13.     position: relative;
  14.     padding-left: 24px;
  15.     padding-right: 24px;
  16. }
  17.  
  18. .album-selector {
  19.     width: 60%;
  20.     margin-left: 40%;
  21.     margin-top: -13%;
  22.     margin-bottom: 24px;
  23. }
  24.  
  25. .album-button {
  26.     text-align: center;
  27.     width: 45%;
  28.     margin-left: 55%;
  29.     padding: 4px;
  30.     border-radius: 0.25em;
  31.     background: linear-gradient(to bottom, #973312, #b9a80e, #b9a80e, #973312);
  32.     border: 1px solid #444;
  33. }
  34.  
  35. .mla-parent-categories {
  36.     border: 3px solid #973312;
  37.     list-style: none;
  38.     margin: 0;
  39.     padding: 24px 0;
  40.     background: rgba(255, 255, 255, 0.9);
  41.     position: relative;
  42. }
  43.  
  44. .mla-parent-categories > li {
  45.     padding-left: 30px;
  46. }
  47.  
  48. .mla-parent-categories > li:hover > a {
  49.     text-decoration: underline;
  50. }
  51.  
  52. .mla-sub-categories li:hover > a {
  53.     font-weight: bold;
  54. }
  55.  
  56. .album-arrows {
  57.     font-size: 75%;
  58.     padding-left: 4px;
  59.     vertical-align: middle;
  60. }
  61.  
  62. .mla-sub-categories {
  63.     list-style: none;
  64.     width: 80%;
  65.     padding-right: 24px;
  66.     padding-left: 24px;
  67.     margin-left: 15%;
  68.     background: rgba(185, 168, 14, 0.9);
  69. }
  70.  
  71. .mla-parent-categories a {
  72.     text-decoration: none;
  73.     color: black;
  74. }
  75.  
  76. .filtration-gallery .entry-content {
  77.     margin-top: 48px;
  78.     padding: 0 7.6923% 7.6923%;
  79. }
  80.  
  81. @media screen and (max-width: 65.625em) {
  82.     .album-selector {
  83.         margin-top: -10%;
  84.     }
  85.  
  86.     .album-button {
  87.         width: 180px;
  88.         margin-left: 40%;
  89.     }
  90. } /* max-width 65.625em */
  91.  
  92. @media screen and (max-width: 43.75em) {
  93.     .album-selector {
  94.         width: 80%;
  95.         margin-left: 20%;
  96.         margin-top: -8%;
  97.     }
  98.    
  99.     .album-button {
  100.         position: absolute;
  101.         right: 24px;
  102.         margin-top: -34px;
  103.         width: 130px;
  104.     }
  105.    
  106.     .mla-parent-categories {
  107.         margin-top: 34px;
  108.     }
  109.    
  110.     .filtration-gallery .entry-content {
  111.         padding-top: 48px;
  112.     }
  113. } /* max-width: 43.75em */
  114.  
  115. @media screen and (max-width: 43.75em) and (orientation: portrait) {
  116.     .album-button {
  117.         margin-left: 20%;
  118.     }
  119. } /* max-width: 43.75em and portrait */