Lines Matching +full:auto +full:-

13 …@link http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and
22 text-align: center;
24 z-index: 9999;
27 text-align: right;
29 margin-right: 20px;
30 font-size: 12px;
34 box-shadow: 0 0 25px #111;
35 max-width: 90%;
36 max-height: 90%;
44 // tab layout - most of it is in the main template
46 background-color: @ini_background_alt;
47 border-bottom: solid 1px @ini_background_alt;
48 z-index: 2;
52 background-color: @ini_background_alt;
64 box-sizing: border-box;
69 grid-template-columns: @thumbwidth auto 22%;
70 grid-template-rows: repeat(4, auto);
71 margin-bottom: 1em;
72 border-bottom: 1px solid @ini_border;
73 word-break: break-word;
76 grid-column: 1;
77 grid-row: 1;
78 padding-top: 0.5em;
79 padding-right: 0.5em;
80 margin-bottom: 1.5em; // adds space for the detail summary label
85 border-radius: 2px;
87 height: auto;
91 font-size: 80%;
93 background-color: @ini_background_alt;
98 border-bottom-left-radius: 2px;
99 white-space: nowrap;
100 max-width: 100%;
102 text-overflow: ellipsis;
109 vertical-align: middle;
111 width: auto;
117 grid-column: 2;
118 grid-row: 1;
120 min-height: 7em;
123 font-size: 100%;
124 line-height: 1.2;
125 font-weight: normal;
128 justify-content: space-between;
131 font-size: 120%;
132 font-weight: bold;
136 white-space: nowrap;
142 background-image: url('images/bug.svg');
145 background-image: url('images/coffee.svg');
151 grid-column: 3;
152 grid-row: 1;
155 flex-direction: column;
156 align-items: end;
160 line-height: 1.2;
161 margin-bottom: 1em;
162 text-align: right;
165 white-space: nowrap;
166 background: linear-gradient(to top, @ini_highlight, transparent);
173 grid-column: 2 / span 2;
174 grid-row: 2;
178 list-style: none;
184 line-height: 1.2em;
186 align-items: center;
203 grid-column: 1 / span 3;
204 grid-row: 3;
207 font-size: 90%;
212 margin-top: -1.5em; // moves it up into the screenshot margin
225 grid-template-columns: @thumbwidth auto;
228 grid-column: 1;
232 grid-column: 2;
263 margin-bottom: 2em;
266 font-weight: bold;
278 text-align: center;