123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703 |
- html {
- font-size: 62.5%;
- }
- body {
- top: 0;
- margin: 0;
- background-color: #131516;
- color: #fff;
- font-size: 1.8rem;
- font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif, "Noto Sans CJK JP";
- margin-bottom: 10px;
- margin-left: 5px;
- margin-right: 5px;
- }
- a {
- color: #118bee;
- text-decoration: none;
- }
- /* Scrollbars */
- * {
- scrollbar-width: thin;
- scrollbar-color: #118bee auto;
- }
- *::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- *::-webkit-scrollbar-track {
- background: transparent;
- }
- *::-webkit-scrollbar-thumb {
- background-color: #118bee;
- border-radius: 10px;
- }
- .special-symbol {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- width: 1.8rem;
- height: 1.8rem;
- font-size: 1.8rem;
- }
- [hidden] {
- display: none;
- }
- input,
- label,
- select,
- textarea {
- display: block;
- font-size: inherit;
- max-width: 600px;
- }
- input[type=checkbox],
- input[type=radio] {
- display: inline-block;
- }
- input[type=checkbox] + label,
- input[type=radio] + label {
- display: inline-block;
- font-weight: normal;
- position: relative;
- top: 1px;
- }
- input[type=range] {
- padding: 0.4rem 0;
- }
- input,
- select,
- textarea {
- border: 1px solid #222;
- border-radius: 5px;
- margin-bottom: 1rem;
- padding: 0.4rem 0.8rem;
- }
- input[type=text],
- textarea {
- width: calc(100% - 1.6rem);
- background-color: #222;
- color: #aaa;
- }
- input[readonly],
- textarea[readonly] {
- background-color: #222;
- }
- label {
- font-weight: bold;
- margin-bottom: 0.2rem;
- }
- .form-field {
- border: 1px solid #222;
- border-radius: 5px;
- box-shadow: 2px 2px 10px rgba(187, 187, 187, 0.1254901961);
- display: block;
- max-width: 800px;
- min-width: 460px;
- padding: 1.5rem;
- }
- .form-field header {
- margin: 1.5rem 0;
- padding: 1.5rem 0;
- }
- a b,
- a em,
- a i,
- a strong,
- button,
- input[type=submit],
- .switch-button,
- .pagination-button {
- border-radius: 5px;
- display: inline-block;
- font-size: medium;
- font-weight: bold;
- line-height: 1.5;
- margin: 0.5rem 0;
- padding: 0.5rem 1rem;
- }
- button,
- input[type=submit],
- .switch-button,
- .pagination-button {
- font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif, "Noto Sans CJK JP";
- }
- button:active,
- input[type=submit]:active,
- .switch-button:active,
- .pagination-button:active {
- filter: brightness(0.85);
- }
- button:hover,
- input[type=submit]:hover,
- .switch-button:hover,
- .pagination-button:hover {
- cursor: pointer;
- filter: brightness(1.2);
- }
- a b,
- a strong,
- button,
- input[type=submit],
- .switch-button,
- .pagination-button {
- background-color: #118bee;
- border: 2px solid #118bee;
- color: #fff;
- }
- input[type=submit][hidden] {
- display: none;
- }
- .switch-seperator {
- display: inline-block;
- margin-left: 10px;
- }
- .pagination {
- text-align: center;
- }
- .pagination .pagination-button {
- margin-right: 5px;
- }
- .pagination #highlight {
- filter: brightness(1.2);
- }
- .pagination #disabled {
- pointer-events: none;
- background-color: #222;
- filter: brightness(1);
- }
- nav {
- margin-top: 15px;
- margin-bottom: 15px;
- margin-left: 20px;
- margin-right: 20px;
- }
- nav .navigation-wrapper {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: auto;
- }
- nav .navigation-wrapper .navbar-brand {
- display: inline-flex;
- gap: 10px;
- }
- nav .navigation-wrapper .navbar-brand span {
- font-weight: bold;
- font-size: 1.3em;
- color: #fff;
- }
- nav .navigation-wrapper .navbar-entry img {
- width: 30px;
- height: 30px;
- }
- nav .navigation-wrapper .search-form input {
- margin: 0;
- }
- nav .navigation-wrapper .sidebar-toggler {
- display: none;
- }
- nav .navigation-wrapper .sidebar-toggler:checked ~ .sidebar {
- transform: translateX(0);
- }
- nav .navigation-wrapper .sidebar-label {
- margin-right: 9px;
- cursor: pointer;
- }
- nav .navigation-wrapper .sidebar {
- background-color: #131516;
- position: absolute;
- padding-top: 6px;
- left: 0;
- width: 220px;
- transform: translateX(-220px);
- transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
- z-index: 999;
- }
- nav .navigation-wrapper .sidebar br {
- align-self: stretch;
- margin-top: 10px;
- }
- nav .navigation-wrapper .sidebar .sidebar-list {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- nav .navigation-wrapper .sidebar .sidebar-list .sidebar-item {
- display: flex;
- align-items: center;
- list-style: none;
- color: #fff;
- font-size: 0.9em;
- text-decoration: none;
- padding: 10px;
- }
- nav .navigation-wrapper .sidebar .sidebar-list .sidebar-item:hover {
- background-color: #222;
- }
- nav .navigation-wrapper .sidebar .sidebar-list .sidebar-item img {
- width: 30px;
- height: 30px;
- margin-left: 1.2rem;
- margin-right: 10px;
- }
- @media screen and (max-width: 600px) {
- nav .search-form {
- display: none;
- }
- }
- .component-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .component-header h2 {
- margin: 0;
- display: inline-block;
- }
- .container {
- max-width: 1200px;
- margin-left: auto;
- margin-right: auto;
- padding-left: 10px;
- padding-right: 10px;
- }
- .artwork-container {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));
- align-items: center;
- justify-items: center;
- }
- .artwork-container-scroll {
- display: flex;
- overflow: hidden;
- overflow-x: scroll;
- }
- .artwork-container a,
- .artwork-container-scroll a {
- text-decoration: none;
- color: #fff;
- }
- .artwork-container .artwork-large img,
- .artwork-container-scroll .artwork-large img {
- width: 288px;
- height: 288px;
- }
- .artwork-container .artwork-large .artwork-title,
- .artwork-container-scroll .artwork-large .artwork-title {
- max-width: 288px;
- }
- .artwork-container .artwork-large .artwork-author,
- .artwork-container-scroll .artwork-large .artwork-author {
- max-width: 288px;
- }
- .artwork-container .artwork-large .artwork-author a,
- .artwork-container-scroll .artwork-large .artwork-author a {
- max-width: 184px;
- }
- .artwork-container .artwork-small img,
- .artwork-container-scroll .artwork-small img {
- width: 184px;
- height: 184px;
- }
- .artwork-container .artwork-small .artwork-title,
- .artwork-container-scroll .artwork-small .artwork-title {
- max-width: 184px;
- }
- .artwork-container .artwork-small .artwork-author,
- .artwork-container-scroll .artwork-small .artwork-author {
- max-width: 184px;
- }
- .artwork-container .artwork-small .artwork-author a,
- .artwork-container-scroll .artwork-small .artwork-author a {
- max-width: 184px;
- }
- .artwork-container .artwork,
- .artwork-container-scroll .artwork {
- padding: 5px;
- width: fit-content;
- position: relative;
- }
- .artwork-container .artwork .artwork-additional,
- .artwork-container-scroll .artwork .artwork-additional {
- position: absolute;
- top: 4px;
- left: 4px;
- right: 4px;
- box-sizing: border-box;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- padding: 4px 4px 0px;
- pointer-events: none;
- }
- .artwork-container .artwork .artwork-additional .artwork-position,
- .artwork-container-scroll .artwork .artwork-additional .artwork-position {
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- font-weight: bold;
- width: 40px;
- height: 40px;
- font-size: 16px;
- background-color: rgba(0, 0, 0, 0.32);
- }
- .artwork-container .artwork .artwork-additional .artwork-profanity-label,
- .artwork-container-scroll .artwork .artwork-additional .artwork-profanity-label {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 10px;
- border-radius: 20px;
- padding: 0.4rem;
- background-color: #fc365b;
- color: #fff;
- }
- .artwork-container .artwork .artwork-additional .artwork-page-count,
- .artwork-container-scroll .artwork .artwork-additional .artwork-page-count {
- display: flex;
- justify-content: center;
- align-items: center;
- flex: 0 0 auto;
- box-sizing: border-box;
- height: 20px;
- min-width: 20px;
- color: #fff;
- font-weight: bold;
- padding: 0px 6px;
- background: rgba(0, 0, 0, 0.32);
- border-radius: 10px;
- font-size: 10px;
- line-height: 10px;
- }
- .artwork-container .artwork .artwork-additional .artwork-page-count .boxbox,
- .artwork-container-scroll .artwork .artwork-additional .artwork-page-count .boxbox {
- font-size: 9px;
- }
- .artwork-container .artwork img,
- .artwork-container-scroll .artwork img {
- object-fit: cover;
- object-position: center center;
- border-radius: 5px;
- }
- .artwork-container .artwork .artwork-title,
- .artwork-container-scroll .artwork .artwork-title {
- display: flex;
- align-items: center;
- }
- .artwork-container .artwork .artwork-title a,
- .artwork-container-scroll .artwork .artwork-title a {
- font-size: 14px;
- display: inline;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 22px;
- font-weight: bold;
- }
- .artwork-container .artwork .artwork-author,
- .artwork-container-scroll .artwork .artwork-author {
- display: flex;
- align-items: center;
- }
- .artwork-container .artwork .artwork-author a,
- .artwork-container-scroll .artwork .artwork-author a {
- display: flex;
- align-items: center;
- }
- .artwork-container .artwork .artwork-author a img,
- .artwork-container-scroll .artwork .artwork-author a img {
- aspect-ratio: 1/1;
- width: 24px;
- height: 24px;
- object-fit: cover;
- object-position: center top;
- border-radius: 50%;
- margin-right: 5px;
- }
- .artwork-container .artwork .artwork-author a span,
- .artwork-container-scroll .artwork .artwork-author a span {
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 22px;
- }
- .illust {
- background-color: #222;
- border-radius: 5px;
- padding: 5px 15px;
- }
- .illust .illust-images {
- display: flex;
- align-items: center;
- flex-direction: column;
- width: 100%;
- }
- .illust .illust-images img {
- margin-top: 15px;
- max-height: 1000px;
- width: auto;
- max-width: 100%;
- }
- .illust .illust-attr {
- display: flex;
- align-items: center;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .illust .illust-attr .illust-avatar {
- width: 62px;
- height: 62px;
- border-radius: 50px;
- }
- .illust .illust-attr .attr-wrap {
- margin-left: 5px;
- }
- .illust .illust-attr .attr-wrap .illust-title {
- font-weight: bold;
- }
- .illust .illust-attr .attr-wrap .illust-author {
- font-size: 0.8em;
- }
- .illust .illust-attr .attr-wrap .illust-author a {
- color: #aaa;
- }
- .illust .illust-description {
- font-size: 0.85em;
- }
- .illust .illust-tags {
- font-size: 0.9em;
- }
- .illust .illust-tags .illust-tag-attr {
- display: inline-flex;
- align-items: center;
- margin-right: 15px;
- }
- .illust .illust-tags .illust-tag-attr img {
- aspect-ratio: 1/1;
- width: 18px;
- height: 18px;
- margin-right: 5px;
- }
- .illust .illust-tags .illust-tag {
- margin-right: 10px;
- }
- .illust .illust-tags .illust-tag #highlight {
- color: #fc365b;
- }
- .illust .illust-tags .illust-tag .illust-tag-name {
- color: #118bee;
- font-weight: bold;
- margin-right: 5px;
- }
- .illust .comment {
- display: flex;
- margin-bottom: 10px;
- }
- .illust .comment p {
- margin: 0;
- font-size: 0.8em;
- }
- .illust .comment .comment-avatar {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- margin-right: 10px;
- }
- .illust .comment .stamp {
- width: 96px;
- height: 96px;
- border-radius: 4px;
- }
- .illust .comment .emoji {
- width: 24px;
- height: 24px;
- margin-left: 3px;
- margin-right: 3px;
- }
- .illust .illust-other-works > a {
- display: inline-flex;
- align-items: center;
- text-decoration: none;
- color: #fff;
- }
- .illust .illust-other-works > a > img {
- aspect-ratio: 1/1;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- margin-right: 5px;
- }
- .background-cover {
- background: repeating-linear-gradient(52.5deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8) 14px, rgba(240, 248, 255, 0) 14px, rgba(240, 248, 255, 0) 28px);
- height: 10vw;
- min-height: 100px;
- overflow: hidden;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .background-cover img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- #hasbg {
- height: 40vw;
- min-height: 100px;
- max-height: 60vh;
- }
- .user {
- transform: translateY(-8rem);
- }
- .user .user-avatar {
- margin: auto;
- aspect-ratio: 1/1;
- width: 170px;
- height: 170px;
- }
- .user .user-avatar img {
- border-radius: 50%;
- }
- .user .user-social {
- text-align: center;
- }
- .user .user-social img {
- aspect-ratio: 1/1;
- width: 36px;
- height: 36px;
- }
- .user .user-details {
- text-align: center;
- }
- .user .user-details h2 {
- margin: 0;
- }
- #calendar {
- width: 100%;
- height: auto;
- }
- .calendar-weeks,
- .calendar-board {
- max-width: 1000px;
- margin: 0 auto;
- display: flex;
- flex-wrap: wrap;
- gap: 5px;
- }
- .calendar-weeks div {
- width: 128px;
- text-align: center;
- }
- .calendar-node {
- width: 128px;
- height: 128px;
- border-radius: 8px;
- background-size: cover;
- background-position: center;
- background-color: #222;
- position: relative;
- }
- .calendar-node span {
- font-size: small;
- color: #fff;
- background-color: #222;
- position: absolute;
- top: 0.3rem;
- left: 0.3rem;
- padding: 0.05rem 0.3rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- @media screen and (max-width: 950px) {
- .calendar-board {
- justify-content: center;
- }
- .calendar-weeks,
- .calendar-node-empty {
- display: none;
- }
- }
- .tag-header {
- display: flex;
- }
- .tag-header .tag-thumbnail {
- width: 120px;
- height: 120px;
- border-radius: 5px;
- margin-right: 20px;
- object-fit: cover;
- object-position: center center;
- }
- .tag-header .tag-details .main-tag {
- font-size: 1.6rem;
- }
- .tag-container {
- background-color: #222;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding-left: 20px;
- padding-right: 20px;
- margin-right: 10px;
- width: max-content;
- height: 40px;
- margin-bottom: 4px;
- text-align: center;
- font-weight: bold;
- font-size: 1rem;
- border-radius: 4px;
- }
- .tag-container .main {
- font-size: 1.6em;
- }
- .tag-container .sub {
- font-size: 1.2em;
- font-weight: normal;
- }
- /*# sourceMappingURL=style.css.map */
|