.bulletin-board, .wrap { 
font-family: Arial, sans-serif; 
font-size: 0.85em;
width: 100%; 
max-width: 1500px; 
margin: 0 auto; 
}
.bulletin-board a { 
text-decoration: none; 
}
.bulletin-board a:hover { 
text-decoration: underline; 
}
.board-header, .board-row, .admin-row { 
display: grid; 
padding: 3px; 
border-bottom: 1px solid #ddd; 
align-items: center; 
background: transparent !important;
}
.board-header { 
grid-template-columns: minmax(15px, 3%) minmax(40px, 6%) minmax(300px, 1fr) minmax(60px, 10%) minmax(80px, 13%) minmax(50px, 10%) minmax(50px, 5%);
}
.board-header label { 
text-align: center; 
font-weight: bold; 
white-space: normal; 
overflow: visible; 
}
.board-header .checkbox-header, .board-row .row-checkbox, .board-row .checkbox-placeholder { 
text-align: center; 
padding: 0 2px;
}
.board-row .row-checkbox { 
margin: 0; 
}
.board-row { 
grid-template-columns: minmax(15px, 3%) minmax(40px, 6%) minmax(120px, 1fr) 120px minmax(60px, 10%) minmax(80px, 13%) minmax(50px, 10%) minmax(50px, 5%); 
}
.admin-row { 
grid-template-columns: minmax(15px, 3%) minmax(40px, 8%) minmax(150px, 1fr) 150px minmax(60px, 13%) minmax(80px, 10%) minmax(50px, 10%) minmax(50px, 10%); 
padding: 10px;
}
.thumbnail-container {
text-align: center;
}
.thumbnail-container img.post-thumbnail {
width: 80px !important;
height: 50px !important;
object-fit: cover;
border-radius: 3px;
}
.admin-row .thumbnail-container img.post-thumbnail {
width: 80px !important;
height: 50px !important;
}
.title-container { 
display: flex; 
flex-direction: column; 
min-height: 70px;
text-align: left;
padding: 0 10px;
justify-content: center;
}
.category { 
font-weight: bold; 
text-align: left;
white-space: normal;
overflow: visible;
}
a.post-title { 
text-align: left;
color: #0073aa;
white-space: normal;
overflow: visible;
}
.post-number, .post-author, .post-date, .post-views, .post-likes { 
text-align: center;
padding: 0 10px;
font-weight: normal;
}
.meta-row {
display: none;
}
.board-footer, .admin-footer { 
display: flex; 
flex-direction: column;
align-items: center;
width: 100%;
gap: 10px;
padding: 10px; 
margin-top: 10px; 
}
.action-buttons { 
display: flex; 
gap: 10px; 
align-items: center; 
}
.board-pagination { 
display: flex; 
flex-direction: row;
justify-content: center; 
align-items: center; 
width: 100%;
margin: 0;
padding: 0;
text-align: center;
gap: 5px; 
}
.board-footer button, .board-footer a, .admin-footer button, .admin-footer a { 
padding: 5px 10px; 
background: #f0f0f0; 
border: 1px solid #ccc; 
border-radius: 3px; 
text-decoration: none; 
color: #333; 
}
.board-footer button:hover, .board-footer a:hover, .admin-footer button:hover, .admin-footer a:hover { 
background: #e0e0e0; 
}
.board-pagination a, .board-pagination span { 
margin: 0 5px; 
cursor: pointer; 
text-decoration: none; 
padding: 0; 
border: none; 
background: none; 
}
.board-pagination .current { 
font-weight: bold; 
}
.board-pagination a:hover { 
text-decoration: underline; 
}
.second-row-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
gap: 10px;
margin-top: 10px;
text-align: center;
}
.board-logo {
display: none; }
.board-logo img {
display: block;
margin: 0 auto;
cursor: pointer;
max-width: 77%;
height: auto;
}
.post-view { 
padding: 20px; 
border: 1px solid #ddd; 
margin-top: 10px; 
}
.post-view h2 { 
margin-top: 0; 
}
.post-view .post-content { 
margin-bottom: 20px; 
}
.post-view .button-container { 
display: flex; 
justify-content: flex-end; 
flex-wrap: nowrap; 
}
.post-view .edit-btn, .post-view .back-btn {
padding: 5px 10px;
background: #f0f0f0;
border: 1px solid #ccc;
border-radius: 3px;
text-decoration: none;
color: #333;
margin-right: 10px;
margin-top: 30px;
}
.post-view .edit-btn:hover, .post-view .back-btn:hover { 
background: #e0e0f0; 
}
.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus {
color: #fff;
}
.entry-content {
border: 1.06667px solid rgb(231, 231, 231);
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 25px 0px;
padding-left: 20px;
}
.entry-meta {
margin-top: 10px;
padding: 15px;
background: #fff;
border: 1px solid #e7e7e7;
border-radius: 20px;
font-size: 14px;
color: #666;
position: relative;
}
.post-views.entry-meta {
border: none !important;
box-shadow: none !important;
}
.meta-item {
color: #333;
}
.date {
color: #0073aa;
}
.category a {
color: #0073aa;
text-decoration: none;
}
.meta-right-container {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 5px;
}
.meta-comments {
padding: 2px 8px;
background: #f0f0f0;
border-radius: 3px;
color: #333;
margin-right: 10px;
}
.meta-views {
color: #666;
}
.post-views {
font-size: 0.9em;
text-align: center;
}
.post-views:before {
margin-right: 5px;
}
.entry-meta, .commentlist .comment-body {
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1200px) {
.bulletin-board, .wrap {
max-width: 90%;
}
.board-header {
grid-template-columns: minmax(15px, 5%) minmax(40px, 10%) minmax(240px, 1fr) minmax(60px, 15%) minmax(80px, 12%) minmax(50px, 12%) minmax(50px, 12%);
}
.board-row, .admin-row {
grid-template-columns: minmax(15px, 5%) minmax(40px, 10%) minmax(120px, 1fr) 120px minmax(60px, 15%) minmax(80px, 12%) minmax(50px, 12%) minmax(50px, 12%);
}
.thumbnail-container img.post-thumbnail {
width: 80px !important;
height: 100px !important;
}
.title-container {
min-height: 100px;
}
}
@media (max-width: 768px) {
.bulletin-board {
max-width: 95%;
padding: 0 10px;
margin-top: 60px; }
.wrap {
max-width: 95%;
padding: 0 10px;
}
.board-logo {
display: block; text-align: center;
margin-bottom: 10px;
}
.board-header {
grid-template-columns: minmax(15px, 5%) minmax(40px, 10%) minmax(200px, 1fr);
}
.board-header .author-header, .board-header .date-header, .board-header .views-header, .board-header .likes-header {
display: none;
}
.board-row, .admin-row {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 5px;
}
.board-row .row-checkbox, .board-row .checkbox-placeholder, .admin-row .row-checkbox {
flex: 0 0 5%;
}
.board-row .post-number, .admin-row .post-number {
flex: 0 0 10%;
text-align: center;
}
.board-row .title-container, .admin-row .title-container {
flex: 1;
min-height: auto;
padding: 0 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
.board-row .thumbnail-container, .admin-row .thumbnail-container {
flex: 0 0 50px;
}
.board-row .thumbnail-container img.post-thumbnail, .admin-row .thumbnail-container img.post-thumbnail {
width: 50px !important;
height: 100px !important;
}
.board-row .post-author, .board-row .post-date, .board-row .post-views, .board-row .post-likes,
.admin-row .post-author, .admin-row .post-date, .admin-row .post-views, .admin-row .post-likes {
display: none;
}
.meta-row {
display: grid;
grid-template-columns: minmax(60px, 25%) minmax(80px, 25%) minmax(50px, 25%) minmax(50px, 25%);
padding: 5px 0;
width: 100%;
}
}
@media (max-width: 480px) {
.bulletin-board {
max-width: 100%;
padding: 0 5px;
margin-top: 60px; }
.wrap {
max-width: 100%;
padding: 0 5px;
}
.board-logo {
display: block;
text-align: center;
margin-bottom: 10px;
}
.board-header {
grid-template-columns: minmax(15px, 5%) minmax(30px, 8%) minmax(160px, 1fr);
}
.board-row .title-container, .admin-row .title-container {
flex: 1;
min-height: auto;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
.board-row .thumbnail-container, .admin-row .thumbnail-container {
flex: 0 0 50px;
}
.board-row .thumbnail-container img.post-thumbnail, .admin-row .thumbnail-container img.post-thumbnail {
width: 50px !important;
height: 100px !important;
}
.meta-row {
grid-template-columns: minmax(50px, 25%) minmax(60px, 25%) minmax(40px, 25%) minmax(40px, 25%);
}
.board-row .category, .board-row a.post-title,
.admin-row .category, .admin-row a.post-title {
font-size: 14px;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}