| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- body {
- background-color: #F9F9F9 !important;
- color: #2C2C2C !important;
- font-family: 'Roboto', sans-serif !important;
- }
- .main-column {
- background-color: #FFFFFF !important;
- border: 1px solid #E0E0E0 !important;
- }
- button, input[type="submit"], input[type="button"] {
- background-color: #FF6F00 !important;
- color: #FFFFFF !important;
- border: none !important;
- border-radius: 6px !important;
- padding: 10px 20px !important;
- cursor: pointer !important;
- font-weight: 600 !important;
- }
- button:hover, input[type="submit"]:hover, input[type="button"]:hover {
- background-color: #FF8F00 !important;
- }
- input, textarea, select {
- background-color: #FFFFFF !important;
- color: #2C2C2C !important;
- border: 1px solid #E0E0E0 !important;
- border-radius: 4px !important;
- padding: 8px !important;
- font-size: 16px !important;
- }
- a {
- color: #007BFF !important;
- text-decoration: none !important;
- }
- a:hover {
- text-decoration: underline !important;
- }
- p {
- color: black !important;
- text-decoration: none !important;
- }
- .created-at, .about-time, .time {
- font-size: 0.9rem;
- color: black;
- }
- table {
- background-color: #FFFFFF !important;
- color: #2C2C2C !important;
- width: 100% !important;
- border-collapse: collapse !important;
- }
- table th {
- background-color: #F8F8F8 !important;
- padding: 12px 15px !important;
- text-align: left !important;
- font-weight: 600 !important;
- }
- table tr:nth-child(even) {
- background-color: #FAFAFA !important;
- }
- table td {
- padding: 12px 15px !important;
- }
- .profile {
- background-color: #FFFFFF !important;
- padding: 20px !important;
- border-radius: 8px !important;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
- }
- .profile .name {
- color: #FF6F00 !important;
- font-size: 20px !important;
- font-weight: 700 !important;
- }
- .avatar {
- border: 3px solid #FF6F00 !important;
- border-radius: 50% !important;
- width: 60px !important;
- height: 60px !important;
- }
- article, section {
- background-color: #FFFFFF !important;
- color: #2C2C2C !important;
- padding: 20px !important;
- border-radius: 8px !important;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
- }
- .post-preview img {
- border-radius: 8px !important;
- max-width: 100% !important;
- height: auto !important;
- }
- .post-preview .image-container {
- max-width: 100% !important;
- overflow: hidden !important;
- display: block !important;
- margin: 0 auto !important;
- }
- div {
- background-color: #FFFFFF !important;
- border: 1px solid #E0E0E0 !important;
- }
- div .header-content {
- width: 100% !important;
- }
- ::-webkit-scrollbar {
- width: 8px !important;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #B0B0B0 !important;
- border-radius: 8px !important;
- }
- ::-webkit-scrollbar-track {
- background-color: #F9F9F9 !important;
- }
- .action-container {
- background-color: #FFFFFF !important;
- border: 1px solid #E0E0E0 !important;
- padding: 20px !important;
- border-radius: 8px !important;
- color: #2C2C2C !important;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
- }
- footer {
- background-color: #FFFFFF !important;
- border-top: 1px solid #E0E0E0 !important;
- padding: 15px 0 !important;
- }
- footer a {
- background-color: #007BFF !important;
- color: #FFFFFF !important;
- padding: 10px 20px !important;
- border-radius: 6px !important;
- text-decoration: none !important;
- font-weight: 600 !important;
- }
- footer a:hover {
- background-color: #0056b3 !important;
- }
- .sidebar-left nav ul,
- .sidebar-right nav ul {
- display: flex !important;
- flex-direction: column !important;
- }
- .sidebar-left nav ul,
- .sidebar-right nav ul {
- display: flex;
- flex-direction: column;
- margin: 0;
- }
- .sidebar-left nav ul li,
- .sidebar-right nav ul li {
- width: 100%;
- display: block;
- }
- .sidebar-left nav ul li a,
- .sidebar-right nav ul li a,
- .header nav ul li a {
- display: block;
- width: 100%;
- padding: 12px 16px;
- font-size: 15px;
- font-weight: 500;
- border-radius: 6px;
- background-color: #ffffff !important;
- color: #2C2C2C !important;
- border: 1px solid #D0D0D0 !important;
- text-align: left;
- box-sizing: border-box;
- }
- .sidebar-left nav ul li a:hover,
- .sidebar-right nav ul li a:hover,
- .header nav ul li a:hover {
- background-color: #f0f0f0 !important;
- }
- .filter-btn,
- .create-button,
- .edit-btn,
- .delete-btn,
- .join-btn,
- .leave-btn,
- .buy-btn {
- background-color: #FF6F00 !important;
- color: #FFFFFF !important;
- border: none !important;
- }
- .filter-btn:hover,
- .create-button:hover {
- background-color: #FF8F00 !important;
- color: #FFFFFF !important;
- }
- .card {
- border-radius: 16px;
- padding: 16px 24px;
- margin-bottom: 24px;
- color: #4A4A4A;
- font-family: inherit;
- box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
- background-color: #F4F4F4;
- }
- .card-section {
- border: none;
- padding: 16px 0 0 16px;
- }
- .card-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 10px;
- margin-top: 16px;
- padding-top: 0px;
- border: none;
- }
- .card-label {
- color: #2D2D2D;
- font-weight: bold;
- letter-spacing: 1.5px;
- line-height: 1.2;
- margin-bottom: 8px;
- }
- .card-footer {
- margin-top: 12px;
- font-weight: 500;
- color: #6C6C6C;
- font-size: 1.1em;
- display: flex;
- align-items: center;
- gap: 12px;
- background: none;
- border: none;
- padding-top: 0;
- margin-bottom: 12px;
- }
- .card-body {
- margin-top: 12px;
- margin-bottom: 16px;
- padding: 0;
- }
- .card-field {
- display: flex;
- align-items: baseline;
- padding: 0;
- margin-bottom: 8px;
- border: none;
- background: none;
- }
- .card-tags {
- margin: 5px 0 3px 0;
- display: flex;
- flex-wrap: wrap;
- gap: 9px;
- }
- .card-tags a.tag-link {
- text-decoration: none;
- color: #181818;
- background: #D94F4F;
- padding: 5px 13px 4px 13px;
- border-radius: 7px;
- font-size: .98em;
- border: none;
- font-weight: bold;
- }
- .card-tags a.tag-link:hover {
- background: #D94F4F;
- color: #111;
- cursor: pointer;
- }
- a.user-link {
- background-color: #FFD600;
- color: #FFFFFF;
- padding: 12px 24px;
- border-radius: 5px;
- text-align: center;
- font-weight: bold;
- text-decoration: none;
- display: inline-block;
- border: 2px solid #FFD600;
- transition: background-color 0.3s, color 0.3s, border-color 0.3s;
- font-size: 1em;
- }
- a.user-link:hover {
- background-color: #FFD600;
- border-color: #FFD600;
- color: #FFFFFF;
- cursor: pointer;
- }
- a.user-link:focus {
- background-color: #9A2F2F;
- border-color: #9A2F2F;
- color: #FFFFFF;
- }
- .date-link {
- background-color: #2F3C32;
- color: #fff;
- padding: 12px 24px;
- border-radius: 8px;
- margin-left: 12px;
- }
- .date-link:hover {
- background-color: #3E4A3D;
- color: #fff;
- }
- .activitySpreadInhabitant2 {
- background-color: #3E4A3D;
- color: #fff;
- padding: 12px 24px;
- border-radius: 8px;
- font-weight: bold;
- text-decoration: none;
- display: inline-block;
- border: 2px solid transparent;
- }
- .activityVotePost {
- background-color: #3B5C42;
- color: #fff;
- padding: 12px 24px;
- border-radius: 8px;
- font-weight: bold;
- text-decoration: none;
- display: inline-block;
- border: 2px solid transparent;
- }
|