chiark / gitweb /
css: updated postprocessed files.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:45:32 +0000 (01:45 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:46:32 +0000 (01:46 +0100)
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-light+doxygen.compiled.css
css/m-light.compiled.css

index ae3c2bef2e3bf59b0e97520717bcf490d4c6c787..6cd94cd2ab90fc2b7b71db747b0d294c45a5e8bc 100644 (file)
@@ -656,7 +656,6 @@ body > header > nav:target #m-navbar-hide {
     z-index: 99999;
     position: absolute;
     visibility: hidden;
-    min-width: 7.5rem;
   }
   body > header > nav #m-navbar-collapse li:hover ol {
     visibility: visible;
@@ -853,6 +852,19 @@ article#m-jumbo.m-inverted > header, article#m-jumbo.m-inverted > header h1, art
 article#m-jumbo.m-inverted > header a:hover, article#m-jumbo.m-inverted > header a:focus, article#m-jumbo.m-inverted > header a:active {
   color: #0f0f0f;
 }
+.m-landing-news h3 a {
+  color: #dcdcdc;
+  text-decoration: none;
+  text-transform: uppercase;
+}
+.m-landing-news h3 a:hover, .m-landing-news h3 a:hover, .m-landing-news h3 a:focus, .m-landing-news h3 a:active {
+  color: #a5c9ea;
+}
+.m-landing-news time {
+  display: inline-block;
+  margin-left: 1rem;
+  float: right;
+}
 .m-article-pagination {
   text-align: center;
   padding: 1rem;
@@ -900,6 +912,15 @@ div.m-scroll {
 .m-text-right, .m-text-right.m-noindent, table.m-table th.m-text-right, .m-text-right p {
   text-align: right;
 }
+.m-text-top, table.m-table th.m-text-top, table.m-table td.m-text-top {
+  vertical-align: top;
+}
+.m-text-middle, table.m-table th.m-text-middle, table.m-table td.m-text-middle {
+  vertical-align: middle;
+}
+.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
+  vertical-align: bottom;
+}
 .m-text.m-small {
   font-size: 85.4%;
 }
@@ -1027,8 +1048,8 @@ div.m-button a {
 }
 div.m-button.m-fullwidth a {
   display: block;
-  padding-left: 0;
-  padding-right: 0;
+  padding-left: 0.5rem;
+  padding-right: 0.5rem;
 }
 div.m-button a .m-big:first-child {
   font-size: 1.37rem;
@@ -1055,6 +1076,9 @@ table.m-table {
   margin-left: auto;
   margin-right: auto;
 }
+table.m-table.m-big {
+  margin-top: 1.75rem;
+}
 div.m-scroll > table.m-table:last-child {
   margin-bottom: 0.0625rem;
 }
@@ -1086,20 +1110,37 @@ table.m-table tfoot th, table.m-table tfoot td {
 table.m-table th, table.m-table td {
   padding: 0.5rem;
 }
+table.m-table.m-big th, table.m-table.m-big td {
+  padding: 0.75rem 1rem;
+}
 table.m-table th {
   text-align: left;
 }
-table.m-table td.m-default, th.m-default,
-table.m-table td.m-primary, th.m-primary,
-table.m-table td.m-success, th.m-success,
-table.m-table td.m-warning, th.m-warning,
-table.m-table td.m-danger, th.m-danger,
-table.m-table td.m-info, th.m-info,
-table.m-table td.m-dim, th.m-dim {
+table.m-table th.m-thin {
+  font-weight: normal;
+}
+table.m-table td.m-default, table.m-table th.m-default,
+table.m-table td.m-primary, table.m-table th.m-primary,
+table.m-table td.m-success, table.m-table th.m-success,
+table.m-table td.m-warning, table.m-table th.m-warning,
+table.m-table td.m-danger, table.m-table th.m-danger,
+table.m-table td.m-info, table.m-table th.m-info,
+table.m-table td.m-dim, table.m-table th.m-dim {
   padding-left: 0.4375rem;
   padding-right: 0.4375rem;
   border-left-width: 0.0625rem;
 }
+table.m-table.m-big td.m-default, table.m-table.m-big th.m-default,
+table.m-table.m-big td.m-primary, table.m-table.m-big th.m-primary,
+table.m-table.m-big td.m-success, table.m-table.m-big th.m-success,
+table.m-table.m-big td.m-warning, table.m-table.m-big th.m-warning,
+table.m-table.m-big td.m-danger, table.m-table.m-big th.m-danger,
+table.m-table.m-big td.m-info, table.m-table.m-big th.m-info,
+table.m-table.m-big td.m-dim, table.m-table.m-big th.m-dim {
+  padding-left: 0.9375rem;
+  padding-right: 0.9375rem;
+  border-left-width: 0.0625rem;
+}
 table.m-table tr.m-default td, table.m-table td.m-default,
 table.m-table tr.m-default th, table.m-table th.m-default,
 table.m-table tr.m-primary td, table.m-table td.m-primary,
@@ -1282,7 +1323,11 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
 .m-text.m-dim a:hover, .m-text.m-dim a:focus, .m-text.m-dim a:active {
   color: #747474;
 }
-div.m-button a, .m-label { color: #2f363f; }
+div.m-button a, .m-label { color: #22272e; }
+div.m-button.m-flat a { color: #dcdcdc; }
+div.m-button.m-flat a:hover, div.m-button.m-default a:focus, div.m-button.m-default a:active {
+  color: #a5c9ea;
+}
 div.m-button.m-default a, .m-label:not(.m-flat).m-default { background-color: #dcdcdc; }
 div.m-button.m-primary a, .m-label:not(.m-flat).m-primary { background-color: #a5c9ea; }
 div.m-button.m-success a, .m-label:not(.m-flat).m-success { background-color: #3bd267; }
index 28764102bff02c7c574e570b87ab0df48d5687b7..ea406f575675cc3038f4296742aa114e5a1f9e99 100644 (file)
@@ -656,7 +656,6 @@ body > header > nav:target #m-navbar-hide {
     z-index: 99999;
     position: absolute;
     visibility: hidden;
-    min-width: 7.5rem;
   }
   body > header > nav #m-navbar-collapse li:hover ol {
     visibility: visible;
@@ -853,6 +852,19 @@ article#m-jumbo.m-inverted > header, article#m-jumbo.m-inverted > header h1, art
 article#m-jumbo.m-inverted > header a:hover, article#m-jumbo.m-inverted > header a:focus, article#m-jumbo.m-inverted > header a:active {
   color: #0f0f0f;
 }
+.m-landing-news h3 a {
+  color: #dcdcdc;
+  text-decoration: none;
+  text-transform: uppercase;
+}
+.m-landing-news h3 a:hover, .m-landing-news h3 a:hover, .m-landing-news h3 a:focus, .m-landing-news h3 a:active {
+  color: #a5c9ea;
+}
+.m-landing-news time {
+  display: inline-block;
+  margin-left: 1rem;
+  float: right;
+}
 .m-article-pagination {
   text-align: center;
   padding: 1rem;
@@ -900,6 +912,15 @@ div.m-scroll {
 .m-text-right, .m-text-right.m-noindent, table.m-table th.m-text-right, .m-text-right p {
   text-align: right;
 }
+.m-text-top, table.m-table th.m-text-top, table.m-table td.m-text-top {
+  vertical-align: top;
+}
+.m-text-middle, table.m-table th.m-text-middle, table.m-table td.m-text-middle {
+  vertical-align: middle;
+}
+.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
+  vertical-align: bottom;
+}
 .m-text.m-small {
   font-size: 85.4%;
 }
@@ -1027,8 +1048,8 @@ div.m-button a {
 }
 div.m-button.m-fullwidth a {
   display: block;
-  padding-left: 0;
-  padding-right: 0;
+  padding-left: 0.5rem;
+  padding-right: 0.5rem;
 }
 div.m-button a .m-big:first-child {
   font-size: 1.37rem;
@@ -1055,6 +1076,9 @@ table.m-table {
   margin-left: auto;
   margin-right: auto;
 }
+table.m-table.m-big {
+  margin-top: 1.75rem;
+}
 div.m-scroll > table.m-table:last-child {
   margin-bottom: 0.0625rem;
 }
@@ -1086,20 +1110,37 @@ table.m-table tfoot th, table.m-table tfoot td {
 table.m-table th, table.m-table td {
   padding: 0.5rem;
 }
+table.m-table.m-big th, table.m-table.m-big td {
+  padding: 0.75rem 1rem;
+}
 table.m-table th {
   text-align: left;
 }
-table.m-table td.m-default, th.m-default,
-table.m-table td.m-primary, th.m-primary,
-table.m-table td.m-success, th.m-success,
-table.m-table td.m-warning, th.m-warning,
-table.m-table td.m-danger, th.m-danger,
-table.m-table td.m-info, th.m-info,
-table.m-table td.m-dim, th.m-dim {
+table.m-table th.m-thin {
+  font-weight: normal;
+}
+table.m-table td.m-default, table.m-table th.m-default,
+table.m-table td.m-primary, table.m-table th.m-primary,
+table.m-table td.m-success, table.m-table th.m-success,
+table.m-table td.m-warning, table.m-table th.m-warning,
+table.m-table td.m-danger, table.m-table th.m-danger,
+table.m-table td.m-info, table.m-table th.m-info,
+table.m-table td.m-dim, table.m-table th.m-dim {
   padding-left: 0.4375rem;
   padding-right: 0.4375rem;
   border-left-width: 0.0625rem;
 }
+table.m-table.m-big td.m-default, table.m-table.m-big th.m-default,
+table.m-table.m-big td.m-primary, table.m-table.m-big th.m-primary,
+table.m-table.m-big td.m-success, table.m-table.m-big th.m-success,
+table.m-table.m-big td.m-warning, table.m-table.m-big th.m-warning,
+table.m-table.m-big td.m-danger, table.m-table.m-big th.m-danger,
+table.m-table.m-big td.m-info, table.m-table.m-big th.m-info,
+table.m-table.m-big td.m-dim, table.m-table.m-big th.m-dim {
+  padding-left: 0.9375rem;
+  padding-right: 0.9375rem;
+  border-left-width: 0.0625rem;
+}
 table.m-table tr.m-default td, table.m-table td.m-default,
 table.m-table tr.m-default th, table.m-table th.m-default,
 table.m-table tr.m-primary td, table.m-table td.m-primary,
@@ -1282,7 +1323,11 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
 .m-text.m-dim a:hover, .m-text.m-dim a:focus, .m-text.m-dim a:active {
   color: #747474;
 }
-div.m-button a, .m-label { color: #2f363f; }
+div.m-button a, .m-label { color: #22272e; }
+div.m-button.m-flat a { color: #dcdcdc; }
+div.m-button.m-flat a:hover, div.m-button.m-default a:focus, div.m-button.m-default a:active {
+  color: #a5c9ea;
+}
 div.m-button.m-default a, .m-label:not(.m-flat).m-default { background-color: #dcdcdc; }
 div.m-button.m-primary a, .m-label:not(.m-flat).m-primary { background-color: #a5c9ea; }
 div.m-button.m-success a, .m-label:not(.m-flat).m-success { background-color: #3bd267; }
index 22fe7d1d03bdf45f072b4fa75f48006c58159cd2..7936122037f16e1312dd1e9fc321fa92d73731c8 100644 (file)
@@ -656,7 +656,6 @@ body > header > nav:target #m-navbar-hide {
     z-index: 99999;
     position: absolute;
     visibility: hidden;
-    min-width: 7.5rem;
   }
   body > header > nav #m-navbar-collapse li:hover ol {
     visibility: visible;
@@ -853,6 +852,19 @@ article#m-jumbo.m-inverted > header, article#m-jumbo.m-inverted > header h1, art
 article#m-jumbo.m-inverted > header a:hover, article#m-jumbo.m-inverted > header a:focus, article#m-jumbo.m-inverted > header a:active {
   color: #0f0f0f;
 }
+.m-landing-news h3 a {
+  color: #000000;
+  text-decoration: none;
+  text-transform: uppercase;
+}
+.m-landing-news h3 a:hover, .m-landing-news h3 a:hover, .m-landing-news h3 a:focus, .m-landing-news h3 a:active {
+  color: #cb4b16;
+}
+.m-landing-news time {
+  display: inline-block;
+  margin-left: 1rem;
+  float: right;
+}
 .m-article-pagination {
   text-align: center;
   padding: 1rem;
@@ -900,6 +912,15 @@ div.m-scroll {
 .m-text-right, .m-text-right.m-noindent, table.m-table th.m-text-right, .m-text-right p {
   text-align: right;
 }
+.m-text-top, table.m-table th.m-text-top, table.m-table td.m-text-top {
+  vertical-align: top;
+}
+.m-text-middle, table.m-table th.m-text-middle, table.m-table td.m-text-middle {
+  vertical-align: middle;
+}
+.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
+  vertical-align: bottom;
+}
 .m-text.m-small {
   font-size: 85.4%;
 }
@@ -1027,8 +1048,8 @@ div.m-button a {
 }
 div.m-button.m-fullwidth a {
   display: block;
-  padding-left: 0;
-  padding-right: 0;
+  padding-left: 0.5rem;
+  padding-right: 0.5rem;
 }
 div.m-button a .m-big:first-child {
   font-size: 1.37rem;
@@ -1055,6 +1076,9 @@ table.m-table {
   margin-left: auto;
   margin-right: auto;
 }
+table.m-table.m-big {
+  margin-top: 1.75rem;
+}
 div.m-scroll > table.m-table:last-child {
   margin-bottom: 0.0625rem;
 }
@@ -1086,20 +1110,37 @@ table.m-table tfoot th, table.m-table tfoot td {
 table.m-table th, table.m-table td {
   padding: 0.5rem;
 }
+table.m-table.m-big th, table.m-table.m-big td {
+  padding: 0.75rem 1rem;
+}
 table.m-table th {
   text-align: left;
 }
-table.m-table td.m-default, th.m-default,
-table.m-table td.m-primary, th.m-primary,
-table.m-table td.m-success, th.m-success,
-table.m-table td.m-warning, th.m-warning,
-table.m-table td.m-danger, th.m-danger,
-table.m-table td.m-info, th.m-info,
-table.m-table td.m-dim, th.m-dim {
+table.m-table th.m-thin {
+  font-weight: normal;
+}
+table.m-table td.m-default, table.m-table th.m-default,
+table.m-table td.m-primary, table.m-table th.m-primary,
+table.m-table td.m-success, table.m-table th.m-success,
+table.m-table td.m-warning, table.m-table th.m-warning,
+table.m-table td.m-danger, table.m-table th.m-danger,
+table.m-table td.m-info, table.m-table th.m-info,
+table.m-table td.m-dim, table.m-table th.m-dim {
   padding-left: 0.4375rem;
   padding-right: 0.4375rem;
   border-left-width: 0.0625rem;
 }
+table.m-table.m-big td.m-default, table.m-table.m-big th.m-default,
+table.m-table.m-big td.m-primary, table.m-table.m-big th.m-primary,
+table.m-table.m-big td.m-success, table.m-table.m-big th.m-success,
+table.m-table.m-big td.m-warning, table.m-table.m-big th.m-warning,
+table.m-table.m-big td.m-danger, table.m-table.m-big th.m-danger,
+table.m-table.m-big td.m-info, table.m-table.m-big th.m-info,
+table.m-table.m-big td.m-dim, table.m-table.m-big th.m-dim {
+  padding-left: 0.9375rem;
+  padding-right: 0.9375rem;
+  border-left-width: 0.0625rem;
+}
 table.m-table tr.m-default td, table.m-table td.m-default,
 table.m-table tr.m-default th, table.m-table th.m-default,
 table.m-table tr.m-primary td, table.m-table td.m-primary,
@@ -1283,6 +1324,10 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #949494;
 }
 div.m-button a, .m-label { color: #ffffff; }
+div.m-button.m-flat a { color: #000000; }
+div.m-button.m-flat a:hover, div.m-button.m-default a:focus, div.m-button.m-default a:active {
+  color: #cb4b16;
+}
 div.m-button.m-default a, .m-label:not(.m-flat).m-default { background-color: #000000; }
 div.m-button.m-primary a, .m-label:not(.m-flat).m-primary { background-color: #cb4b16; }
 div.m-button.m-success a, .m-label:not(.m-flat).m-success { background-color: #31c25d; }
index af6970879b1d10869d65cd5c3cd1b69c64d400b2..84b759a25f6b407bdf86399b3e6f367671933f5a 100644 (file)
@@ -656,7 +656,6 @@ body > header > nav:target #m-navbar-hide {
     z-index: 99999;
     position: absolute;
     visibility: hidden;
-    min-width: 7.5rem;
   }
   body > header > nav #m-navbar-collapse li:hover ol {
     visibility: visible;
@@ -853,6 +852,19 @@ article#m-jumbo.m-inverted > header, article#m-jumbo.m-inverted > header h1, art
 article#m-jumbo.m-inverted > header a:hover, article#m-jumbo.m-inverted > header a:focus, article#m-jumbo.m-inverted > header a:active {
   color: #0f0f0f;
 }
+.m-landing-news h3 a {
+  color: #000000;
+  text-decoration: none;
+  text-transform: uppercase;
+}
+.m-landing-news h3 a:hover, .m-landing-news h3 a:hover, .m-landing-news h3 a:focus, .m-landing-news h3 a:active {
+  color: #cb4b16;
+}
+.m-landing-news time {
+  display: inline-block;
+  margin-left: 1rem;
+  float: right;
+}
 .m-article-pagination {
   text-align: center;
   padding: 1rem;
@@ -900,6 +912,15 @@ div.m-scroll {
 .m-text-right, .m-text-right.m-noindent, table.m-table th.m-text-right, .m-text-right p {
   text-align: right;
 }
+.m-text-top, table.m-table th.m-text-top, table.m-table td.m-text-top {
+  vertical-align: top;
+}
+.m-text-middle, table.m-table th.m-text-middle, table.m-table td.m-text-middle {
+  vertical-align: middle;
+}
+.m-text-bottom, table.m-table th.m-text-bottom, table.m-table td.m-text-bottom {
+  vertical-align: bottom;
+}
 .m-text.m-small {
   font-size: 85.4%;
 }
@@ -1027,8 +1048,8 @@ div.m-button a {
 }
 div.m-button.m-fullwidth a {
   display: block;
-  padding-left: 0;
-  padding-right: 0;
+  padding-left: 0.5rem;
+  padding-right: 0.5rem;
 }
 div.m-button a .m-big:first-child {
   font-size: 1.37rem;
@@ -1055,6 +1076,9 @@ table.m-table {
   margin-left: auto;
   margin-right: auto;
 }
+table.m-table.m-big {
+  margin-top: 1.75rem;
+}
 div.m-scroll > table.m-table:last-child {
   margin-bottom: 0.0625rem;
 }
@@ -1086,20 +1110,37 @@ table.m-table tfoot th, table.m-table tfoot td {
 table.m-table th, table.m-table td {
   padding: 0.5rem;
 }
+table.m-table.m-big th, table.m-table.m-big td {
+  padding: 0.75rem 1rem;
+}
 table.m-table th {
   text-align: left;
 }
-table.m-table td.m-default, th.m-default,
-table.m-table td.m-primary, th.m-primary,
-table.m-table td.m-success, th.m-success,
-table.m-table td.m-warning, th.m-warning,
-table.m-table td.m-danger, th.m-danger,
-table.m-table td.m-info, th.m-info,
-table.m-table td.m-dim, th.m-dim {
+table.m-table th.m-thin {
+  font-weight: normal;
+}
+table.m-table td.m-default, table.m-table th.m-default,
+table.m-table td.m-primary, table.m-table th.m-primary,
+table.m-table td.m-success, table.m-table th.m-success,
+table.m-table td.m-warning, table.m-table th.m-warning,
+table.m-table td.m-danger, table.m-table th.m-danger,
+table.m-table td.m-info, table.m-table th.m-info,
+table.m-table td.m-dim, table.m-table th.m-dim {
   padding-left: 0.4375rem;
   padding-right: 0.4375rem;
   border-left-width: 0.0625rem;
 }
+table.m-table.m-big td.m-default, table.m-table.m-big th.m-default,
+table.m-table.m-big td.m-primary, table.m-table.m-big th.m-primary,
+table.m-table.m-big td.m-success, table.m-table.m-big th.m-success,
+table.m-table.m-big td.m-warning, table.m-table.m-big th.m-warning,
+table.m-table.m-big td.m-danger, table.m-table.m-big th.m-danger,
+table.m-table.m-big td.m-info, table.m-table.m-big th.m-info,
+table.m-table.m-big td.m-dim, table.m-table.m-big th.m-dim {
+  padding-left: 0.9375rem;
+  padding-right: 0.9375rem;
+  border-left-width: 0.0625rem;
+}
 table.m-table tr.m-default td, table.m-table td.m-default,
 table.m-table tr.m-default th, table.m-table th.m-default,
 table.m-table tr.m-primary td, table.m-table td.m-primary,
@@ -1283,6 +1324,10 @@ table.m-table tr.m-dim th, table.m-table th.m-dim {
   color: #949494;
 }
 div.m-button a, .m-label { color: #ffffff; }
+div.m-button.m-flat a { color: #000000; }
+div.m-button.m-flat a:hover, div.m-button.m-default a:focus, div.m-button.m-default a:active {
+  color: #cb4b16;
+}
 div.m-button.m-default a, .m-label:not(.m-flat).m-default { background-color: #000000; }
 div.m-button.m-primary a, .m-label:not(.m-flat).m-primary { background-color: #cb4b16; }
 div.m-button.m-success a, .m-label:not(.m-flat).m-success { background-color: #31c25d; }