Warning, /sdk/cutehmi/_sass/jekyll-theme-minimal.scss is written in an unsupported language. File is not indexed.

0001 @import "fonts";
0002 @import "rouge-github";
0003 
0004 body {
0005   background-color: #fff;
0006   padding:50px;
0007   font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
0008   color:#727272;
0009   font-weight:400;
0010 }
0011 
0012 h1, h2, h3, h4, h5, h6 {
0013   color:#222;
0014   margin:0 0 20px;
0015 }
0016 
0017 p, ul, ol, table, pre, dl {
0018   margin:0 0 20px;
0019 }
0020 
0021 h1, h2, h3 {
0022   line-height:1.1;
0023 }
0024 
0025 h1 {
0026   font-size:28px;
0027 }
0028 
0029 h2 {
0030   color:#393939;
0031 }
0032 
0033 h3, h4, h5, h6 {
0034   color:#494949;
0035 }
0036 
0037 a {
0038   color:#267CB9;
0039   text-decoration: underline;
0040 }
0041 
0042 a:hover, a:focus {
0043   text-decoration-style: wavy;
0044 }
0045 
0046 a small {
0047   font-size:11px;
0048   color:#777;
0049   margin-top:-0.3em;
0050   display:block;
0051   text-decoration: none;
0052 }
0053 
0054 a:hover small {
0055 }
0056 
0057 .wrapper {
0058   width:860px;
0059   margin:0 auto;
0060 }
0061 
0062 blockquote {
0063   border-left:1px solid #e5e5e5;
0064   margin:0;
0065   padding:0 0 0 20px;
0066   font-style:italic;
0067 }
0068 
0069 code, pre {
0070   font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
0071   color:#333;
0072 }
0073 
0074 pre {
0075   padding:8px 15px;
0076   background: #f8f8f8;
0077   border-radius:5px;
0078   border:1px solid #e5e5e5;
0079   overflow-x: auto;
0080 }
0081 
0082 table {
0083   width:100%;
0084   border-collapse:collapse;
0085 }
0086 
0087 th, td {
0088   text-align:left;
0089   padding:5px 10px;
0090   border-bottom:1px solid #e5e5e5;
0091 }
0092 
0093 dt {
0094   color:#444;
0095   font-weight:700;
0096 }
0097 
0098 th {
0099   color:#444;
0100 }
0101 
0102 img {
0103   max-width:100%;
0104 }
0105 
0106 header {
0107   width:270px;
0108   float:left;
0109   position:fixed;
0110   -webkit-font-smoothing:subpixel-antialiased;
0111 }
0112 
0113 ul.downloads {
0114   list-style:none;
0115   height:40px;
0116   padding:0;
0117   background: #f4f4f4;
0118   border-radius:5px;
0119   border:1px solid #e0e0e0;
0120   width:270px;
0121 }
0122 
0123 .downloads li {
0124   width:89px;
0125   float:left;
0126   border-right:1px solid #e0e0e0;
0127   height:40px;
0128 }
0129 
0130 .downloads li:first-child a {
0131   border-radius:5px 0 0 5px;
0132 }
0133 
0134 .downloads li:last-child a {
0135   border-radius:0 5px 5px 0;
0136 }
0137 
0138 .downloads a {
0139   line-height:1;
0140   font-size:11px;
0141   color:#676767;
0142   display:block;
0143   text-align:center;
0144   padding-top:6px;
0145   height:34px;
0146 }
0147 
0148 .downloads a:hover, .downloads a:focus {
0149   color:#675C5C;
0150   font-weight:bold;
0151 }
0152 
0153 .downloads ul a:active {
0154   background-color:#f0f0f0;
0155 }
0156 
0157 strong {
0158   color:#222;
0159   font-weight:700;
0160 }
0161 
0162 .downloads li + li + li {
0163   border-right:none;
0164   width:89px;
0165 }
0166 
0167 .downloads a strong {
0168   font-size:14px;
0169   display:block;
0170   color:#222;
0171 }
0172 
0173 section {
0174   width:500px;
0175   float:right;
0176   padding-bottom:50px;
0177 }
0178 
0179 small {
0180   font-size:11px;
0181 }
0182 
0183 hr {
0184   border:0;
0185   background:#e5e5e5;
0186   height:1px;
0187   margin:0 0 20px;
0188 }
0189 
0190 footer {
0191   width:270px;
0192   float:left;
0193   position:fixed;
0194   bottom:50px;
0195   -webkit-font-smoothing:subpixel-antialiased;
0196 }
0197 
0198 @media print, screen and (max-width: 960px) {
0199 
0200   div.wrapper {
0201     width:auto;
0202     margin:0;
0203   }
0204 
0205   header, section, footer {
0206     float:none;
0207     position:static;
0208     width:auto;
0209   }
0210 
0211   header {
0212     padding-right:320px;
0213   }
0214 
0215   section {
0216     border:1px solid #e5e5e5;
0217     border-width:1px 0;
0218     padding:20px 0;
0219     margin:0 0 20px;
0220   }
0221 
0222   header a small {
0223     display:inline;
0224   }
0225 
0226   header ul {
0227     position:absolute;
0228     right:50px;
0229     top:52px;
0230   }
0231 }
0232 
0233 @media print, screen and (max-width: 720px) {
0234   body {
0235     word-wrap:break-word;
0236   }
0237 
0238   header {
0239     padding:0;
0240   }
0241 
0242   header ul, header p.view {
0243     position:static;
0244   }
0245 
0246   pre, code {
0247     word-wrap:normal;
0248   }
0249 }
0250 
0251 @media print, screen and (max-width: 480px) {
0252   body {
0253     padding:15px;
0254   }
0255 
0256   .downloads {
0257     width:99%;
0258   }
0259 
0260   .downloads li, .downloads li + li + li {
0261     width:33%;
0262   }
0263 }
0264 
0265 @media print {
0266   body {
0267     padding:0.4in;
0268     font-size:12pt;
0269     color:#444;
0270   }
0271 }