123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @font-face {
- font-family: "Noto Serif";
- font-weight: 500;
- src: local("Noto Serif"), url("/fonts/NotoSerif/NotoSerif-Regular.ttf"); }
- @font-face {
- font-family: "Noto Serif";
- font-weight: 700;
- src: local("Noto Serif Bold"), url("/fonts/NotoSerif/NotoSerif-Bold.ttf"); }
- @font-face {
- font-family: "Noto Serif";
- font-style: italic;
- font-weight: 500;
- src: local("Noto Serif Italic"), url("/fonts/NotoSerif/NotoSerif-Italic.ttf"); }
- @font-face {
- font-family: "Noto Serif";
- font-style: italic;
- font-weight: 700;
- src: local("Noto Serif Bold Italic"), url("/fonts/NotoSerif/NotoSerif-BoldItalic.ttf"); }
- ::selection {
- background-color: #468;
- color: #fff; }
- ::-moz-selection {
- background-color: #468;
- color: #fff; }
- body {
- padding: 0;
- background-color: #f2f2f2;
- cursor: default;
- line-height: 1.618;
- font-family: "Noto Serif"; }
- p,
- li,
- table {
- font-size: 1.15em; }
- table {
- margin: 2.5em 0; }
- tr {
- border-bottom: 1px solid #aaa; }
- code {
- background-color: #eee;
- color: #555; }
- @media (max-width: 500px) {
- .logo {
- display: none; } }
- @media (min-width: 1200px) {
- .slogan {
- line-height: 205px; } }
- @media (min-width: 768px) {
- .title {
- margin: 0;
- line-height: 205px; } }
- h1,
- h2,
- h3 {
- margin: 1em 0 1em 0.5em; }
- a {
- transition: 0.15s color; }
- .title {
- font-size: 3em;
- font-weight: bold; }
- .slogan {
- font-size: 2em;
- font-style: italic; }
- .bar {
- margin-top: 5em; }
- .navbar {
- background-color: rgba(0, 0, 0, 0.7);
- border: 0; }
- .navbar-brand,
- .navbar a {
- color: #eee !important; }
- .navbar a:hover,
- .navbar a:focus {
- color: #bbb !important; }
- .navbar a:active {
- color: #fff !important;
- text-shadow: 0 0 0.1em #fff;
- transition: 0.15s text-shadow; }
- div.logo {
- padding: 2em 0; }
- div.logo img {
- height: 3em;
- margin: 0 2em 0 0;
- vertical-align: bottom;
- width: 3em; }
- div.logo span {
- font-size: 2em;
- font-weight: bold; }
- .recent {
- color: #262; }
- .footer {
- color: #777;
- font-size: 1.1em;
- margin-top: 15px;
- padding: 10px 0;
- text-align: center;
- }
- .navbar-brand {
- color: #FFF !important;
- transition: .2s ease-in .2s;
- }
- img[src="../static/images/logo-a.png"], img[src="../static/images/logo-e.png"] {
- transition: .2s ease-in .2s;
- }
- img[src="../static/images/logo-a.png"]:hover, img[src="../static/images/logo-e.png"]:hover {
- transition: .2s ease-in .2s;
- padding-left: 10px;
- }
- .goup-container {
- background-color: #5594BF !important;
- }
- .goup-container:hover {
- transition: .2s ease-in .2s;
- background-color: #37C871 !important;
- }
- a {
- transition: .17s ease-in .17s !important;
- text-decoration: none !important;
- }
- a:hover {
- color: #3BC17C;
- transition: .17s ease-in .17s !important;
- }
- <<<<<<< HEAD:static/bootstrap/css/main.css
- =======
- .footer p {
- padding-bottom: 20px;
- color: #2c3e50;
- }
- >>>>>>> 29b194029b7fadd4c4761f498000f7f63176bd61:uruk/modules/bootstrap/css/main.css
- /*# sourceMappingURL=main.css.map */
|