| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506 |
- html {
- -webkit-text-size-adjust: 100%;
- box-sizing: border-box;
- overflow-x: hidden !important;
- }
- *, *::before, *::after {
- box-sizing: inherit;
- }
- body {
- font-size: 15px;
- overflow-x: hidden;
- max-width: 100vw;
- }
- img,
- video,
- canvas,
- iframe,
- table {
- max-width: 100% !important;
- }
- pre,
- code {
- white-space: pre-wrap !important;
- word-break: break-word !important;
- overflow-wrap: anywhere !important;
- }
- .header {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- max-width: 100% !important;
- padding: 4px !important;
- gap: 4px !important;
- overflow: visible !important;
- }
- .header-content {
- display: flex !important;
- flex-wrap: wrap !important;
- width: 100% !important;
- max-width: 100% !important;
- padding: 2px !important;
- gap: 4px !important;
- overflow: visible !important;
- }
- .top-bar-left,
- .top-bar-mid,
- .top-bar-right {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- max-width: 100% !important;
- align-items: stretch !important;
- gap: 6px !important;
- }
- .top-bar-left nav ul,
- .top-bar-mid nav ul,
- .top-bar-right nav ul {
- display: flex !important;
- flex-wrap: wrap !important;
- gap: 6px !important;
- padding: 0 !important;
- margin: 0 !important;
- overflow: visible !important;
- }
- .top-bar-left nav ul li,
- .top-bar-mid nav ul li,
- .top-bar-right nav ul li {
- margin: 0 !important;
- }
- .top-bar-left nav ul li a,
- .top-bar-mid nav ul li a,
- .top-bar-right nav ul li a {
- display: inline-flex !important;
- align-items: center !important;
- justify-content: center !important;
- padding: 6px 8px !important;
- font-size: 0.9rem !important;
- white-space: nowrap !important;
- }
- .search-input,
- .feed-search-input,
- .activity-search-input {
- width: 100% !important;
- max-width: 100% !important;
- min-width: 0 !important;
- height: 40px !important;
- font-size: 16px !important;
- }
- .main-content {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- max-width: 100% !important;
- gap: 12px !important;
- }
- .sidebar-left,
- .sidebar-right,
- .main-column {
- width: 100% !important;
- max-width: 100% !important;
- min-width: 0 !important;
- padding: 10px !important;
- border-left: none !important;
- border-right: none !important;
- }
- .sidebar-left {
- order: 1 !important;
- }
- .main-column {
- order: 3 !important;
- }
- .sidebar-right {
- order: 2 !important;
- }
- .sidebar-left nav ul,
- .sidebar-right nav ul {
- display: flex !important;
- flex-direction: column !important;
- }
- .oasis-nav-header {
- font-size: 0.85rem !important;
- }
- .oasis-nav-list li a {
- font-size: 0.9rem !important;
- padding: 8px 12px !important;
- }
- button,
- input[type="submit"],
- input[type="button"],
- .filter-btn,
- .create-button,
- .edit-btn,
- .delete-btn,
- .join-btn,
- .leave-btn,
- .buy-btn {
- min-height: 44px !important;
- font-size: 16px !important;
- white-space: normal !important;
- text-align: center !important;
- }
- .feed-row,
- .comment-body-row,
- table {
- display: block !important;
- width: 100% !important;
- overflow-x: auto !important;
- }
- textarea,
- input,
- select {
- width: 100% !important;
- max-width: 100% !important;
- font-size: 16px !important;
- }
- .gallery {
- display: grid !important;
- grid-template-columns: 1fr 1fr !important;
- gap: 8px !important;
- }
- footer,
- .footer {
- display: block !important;
- width: 100% !important;
- max-width: 100% !important;
- padding: 12px !important;
- overflow-x: auto !important;
- }
- footer div {
- display: flex !important;
- flex-direction: column !important;
- gap: 8px !important;
- }
- h1 { font-size: 1.35em !important; }
- h2 { font-size: 1.2em !important; }
- h3 { font-size: 1em !important; }
- .small,
- .time {
- font-size: 0.8rem !important;
- }
- .created-at {
- display: block !important;
- width: 100% !important;
- white-space: normal !important;
- word-break: break-word !important;
- overflow-wrap: anywhere !important;
- line-height: 1.5 !important;
- font-size: 0.8rem !important;
- }
- .header-content .created-at {
- display: block !important;
- flex: 1 1 100% !important;
- min-width: 0 !important;
- max-width: 100% !important;
- }
- .post-meta,
- .feed-post-meta,
- .feed-row .small,
- .feed-row .time,
- .feed-row .created-at {
- display: block !important;
- width: 100% !important;
- white-space: normal !important;
- word-break: break-word !important;
- overflow-wrap: anywhere !important;
- line-height: 1.4 !important;
- }
- .post-meta,
- .feed-post-meta {
- flex-direction: column !important;
- gap: 4px !important;
- }
- .mode-buttons {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- gap: 8px !important;
- grid-template-columns: 1fr !important;
- }
- .mode-buttons-cols {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- gap: 8px !important;
- }
- .mode-buttons-row {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- gap: 8px !important;
- }
- .mode-buttons .column,
- .mode-buttons > div {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- gap: 6px !important;
- grid-template-columns: 1fr !important;
- }
- .mode-buttons form {
- width: 100% !important;
- }
- .mode-buttons .filter-btn,
- .mode-buttons button {
- width: 100% !important;
- }
- .filter-group {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- gap: 6px !important;
- }
- .filter-group form {
- width: 100% !important;
- }
- .inhabitant-card {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- max-width: 100% !important;
- overflow: hidden !important;
- }
- .inhabitant-left {
- width: 100% !important;
- text-align: center !important;
- }
- .inhabitant-details {
- width: 100% !important;
- }
- .inhabitant-photo,
- .inhabitant-photo-details {
- max-width: 200px !important;
- margin: 0 auto !important;
- }
- .inhabitants-list,
- .inhabitants-grid {
- display: flex !important;
- flex-direction: column !important;
- gap: 10px !important;
- }
- .tribe-card {
- display: flex !important;
- flex-direction: column !important;
- width: 100% !important;
- max-width: 100% !important;
- overflow: hidden !important;
- }
- .tribe-grid {
- display: flex !important;
- flex-direction: column !important;
- gap: 10px !important;
- grid-template-columns: 1fr !important;
- }
- .tribes-list,
- .tribes-grid {
- display: flex !important;
- flex-direction: column !important;
- gap: 10px !important;
- }
- .tribe-card-image {
- width: 100% !important;
- max-width: 100% !important;
- }
- .tribe-section-nav {
- overflow-x: auto !important;
- flex-wrap: nowrap !important;
- -webkit-overflow-scrolling: touch;
- }
- .tribe-section-group {
- flex-shrink: 0 !important;
- }
- .tribe-section-btn {
- font-size: 11px !important;
- padding: 4px 8px !important;
- white-space: nowrap !important;
- }
- .tribe-details {
- flex-direction: column !important;
- }
- .tribe-side {
- width: 100% !important;
- }
- .tribe-main {
- width: 100% !important;
- }
- .tribe-content-grid {
- grid-template-columns: 1fr !important;
- }
- .tribe-inhabitants-grid {
- grid-template-columns: repeat(2, 1fr) !important;
- }
- .tribe-media-grid {
- grid-template-columns: repeat(2, 1fr) !important;
- }
- .tribe-overview-grid {
- grid-template-columns: 1fr !important;
- }
- .tribe-mode-buttons {
- flex-wrap: wrap !important;
- }
- .tribe-card-hero-image {
- height: 180px !important;
- }
- .tribe-votation-option {
- flex-direction: column !important;
- align-items: flex-start !important;
- }
- .tribe-content-header {
- flex-direction: column !important;
- gap: 8px !important;
- }
- .tribe-content-filters {
- flex-wrap: wrap !important;
- }
- .tribe-media-filters {
- flex-wrap: wrap !important;
- }
- .forum-card {
- flex-direction: column !important;
- }
- .forum-score-col,
- .forum-main-col,
- .root-vote-col {
- width: 100% !important;
- }
- .forum-header-row {
- flex-direction: column !important;
- gap: 4px !important;
- }
- .forum-meta {
- flex-wrap: wrap !important;
- gap: 8px !important;
- }
- .forum-thread-header {
- flex-direction: column !important;
- }
- .forum-comment {
- margin-left: 0 !important;
- padding-left: 8px !important;
- }
- .comment-body-row {
- flex-direction: column !important;
- }
- .comment-vote-col,
- .comment-text-col {
- width: 100% !important;
- }
- .forum-score-box,
- .forum-score-form {
- flex-direction: row !important;
- justify-content: center !important;
- }
- .new-message-form textarea,
- .comment-textarea {
- width: 100% !important;
- }
- [style*="grid-template-columns: repeat(6"] {
- grid-template-columns: 1fr !important;
- }
- [style*="grid-template-columns: repeat(3"] {
- grid-template-columns: 1fr !important;
- }
- [style*="grid-template-columns:repeat(6"] {
- grid-template-columns: 1fr !important;
- }
- [style*="grid-template-columns:repeat(3"] {
- grid-template-columns: 1fr !important;
- }
- [style*="grid-template-columns: repeat(auto-fit"] {
- grid-template-columns: 1fr !important;
- }
- [style*="grid-template-columns:repeat(auto-fit"] {
- grid-template-columns: 1fr !important;
- }
- [style*="width:50%"] {
- width: 100% !important;
- }
- .inhabitant-karma-ubi .ubi-line{display:block;font-size:0.9em}
- .pad-editor-container{flex-direction:column !important}
- .pad-editor-area,.pad-members-list{width:100% !important;min-width:unset !important}
- .chat-main-split{flex-direction:column !important}
- .chat-messages-column,.chat-participants-column{width:100% !important;min-width:unset !important;flex:unset !important}
- .games-grid{grid-template-columns:1fr !important}
- .game-card{width:100% !important}
|