<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #FFF;
  color: #444;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Droid Serif", Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei","Microsoft Yahei", serif;
  font-size: 87.5%;
}

a {
  color: #3354AA;
  text-decoration: none;
}
a:hover, a:active {
  color: #444;
}
pre, code { 
  background: #F3F3F3;
  font-family: Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  font-size: .92857em;
}
code { padding: 2px 4px; color: #B94A48; }
pre {
  padding: 8px;
  overflow: auto;
  max-height: 400px;
}
pre code {
  padding: 3px;
  color: #444;
}

blockquote {
  margin: 1em 0;
  padding-left: 1.5em;
  border-left: 4px solid #eee;
  color: #666;
}

table {
  border: 1px solid #ddd;
  width: 100%;
}
table th,
table td {
  padding: 5px 10px;
  border: 1px solid #eee;
}
table th {
  background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei","Microsoft Yahei", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  padding: 5px;
  border: 1px solid #E9E9E9;
  width: 100%;

  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}


/* Special link style */
.post-meta a,
.post-content a,
.widget a,
.comment-content a {
  border-bottom: 1px solid #EEE;
}

.post-meta a:hover,
.post-content a:hover,
.widget a:hover,
.comment-content a:hover {
  border-bottom-color: transparent;
}

/* ------------------
 * Header
 * --------------- */

#header {
  padding-top: 35px;
  border-bottom: 1px solid #EEE;
}

#logo {
  color: #333;
  font-size: 2.5em;
}
#logo img {
    max-height: 64px;
}
#logo .tiny_title {
    padding: 20px 0 0 20px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}
.description {
  margin: .5em 0 0;
  color: #999;
  font-style: italic;
}

/* Navigation menu */
#nav-menu {
  margin: 25px 0 0;
  padding: 0;
}
#nav-menu a {
  display: block;
  margin-right: -1px;
  padding: 0 20px;
  border: 1px solid #EEE;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
  color: #444;
  float: left;
}
#nav-menu a:hover,
#nav-menu .current {
  background: #F6F6F6;
}

/* Page nav */

.page-navigator {
  list-style: none;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.page-navigator li {
  display: inline-block;
  margin: 0 4px;
}
.page-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.page-navigator a:hover {
  background: #EEE;
  text-decoration: none;
}

.page-navigator .current a {
  color: #444;
  background: #EEE;
}

/* ------------------
 * Comment list
 * --------------- */
#comments {
  padding-top: 15px;
}
.comment-list, .comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #EEE;
}
.comment-list li.comment-level-odd {
  background: #F6F6F3;
}
.comment-list li.comment-level-even {
  background: #FFF;
}
.comment-list li.comment-by-author {
  background: #FFF9E8;
}
.comment-list li .comment-reply {
  text-align: right;
  font-size: .92857em;
}
.comment-meta a {
  color: #999;
  font-size: .92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
}

/* Comment reply */
.comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #EEE;
}
.respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: .92857em;
}
#comment-form label {
  display: block;
  margin-bottom: .5em;
  font-weight: bold;
}
#comment-form .required:after {
  content: " *";
  color: #C00;
}

/* ------------------
 * secondary
 * --------------- */
#secondary {
  padding-top: 15px;
  word-wrap: break-word;
}
.widget {
  margin-bottom: 30px;
}
.widget-list {
  list-style: none;
  padding: 0;
}
.widget-list li {
  margin: 5px 0;
  line-height: 1.6;
}

.widget-list li ul {
  margin-left: 15px;
}


/* ------------------
 * Footer 
 * --------------- */
#footer {
  padding: 3em 0;
  line-height: 1.5;
  text-align: center;
  color: #999;
}


/* -----------------
 * Error page
 * -------------- */
.error-page {
  margin-top: 100px;
  margin-bottom: 100px;
}


/* -----------------
 * Content format
 *--------------- */
.post-content, .comment-content {
  line-height: 1.5;
  word-wrap: break-word;
}
.post-content h2, .comment-content h2 {
  font-size: 1.28571em;
}
.post-content img, .comment-content img,
.post-content video, .comment-content video {
  max-width: 100%;
}
.post-content a img,
.comment-content a img {
  background: #FFF;
  position: relative;
  bottom: -4px;  /* hidden img parent link border  */
}
.post-content hr, .comment-content hr {
  margin: 2em auto;
  width: 100px;
  border: 1px solid #E9E9E9;
  border-width: 2px 0 0 0;
}


/* -----------------
 * Misc
 *--------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 15px 0 0;
}
img.alignright {
  margin: 0 0 0 15px;
}


/* -----------------
 * Responsive
 *--------------- */
@media (max-width: 767px) {
  body {
    font-size: 81.25%;
  }
  #nav-menu a {
    float: none;
    display: inline-block;
    margin: 0 -2px;
  }
}

@media (max-width: 768px) {
  #header,
  .post-title,
  .post-meta {
    text-align: center;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .container {
    max-width: 952px;
  }
}


/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden; }

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .sr-only class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden; }

/* 2025-01-05 */
    .thumbnail {
      aspect-ratio: 16 / 9;
      object-fit: cover;
      border-radius: 8px;
      width: 100%;
    }
    .sidebar {
      transition: transform 0.3s ease-in-out;
    }
    @media (max-width: 768px) {
      .sidebar {
        transform: translateX(-100%);
      }
      .sidebar.open {
        transform: translateX(0);
		z-index: 50; 
      }
    }
    .video-grid {
      display: grid;
      gap: 1rem;
      grid-template-columns: 1fr;
      grid-auto-flow: row dense;
    }
    @media (min-width: 640px) {
      .video-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (min-width: 1024px) {
      .video-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    .content-container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }


	.widget-categories {
    margin-bottom: 2rem;
}
.widget-categories ul {
    list-style: disc;
    padding-left: 20;
	margin-left: 2em;
}
.widget-categories .category-item {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}
.widget-categories .count {
    color: #999;
    font-size: 1em;
}

.contents_aw {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 15px;
}

.aw_mbx {
    padding: 12px 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.aw_title {
    padding: 0;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.aw_information {
    padding: 3px 0;
    text-align: left;
    color: #444;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}
.aw_information a,a:hover,a:active{
	color:#444 ;
	
}

.aw_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
    width: 100%;
}

.aw_left {
    width: 100%;
    max-width: 580px;
    flex-shrink: 1;
}

.ytb_link, .ytb_link_show .aw_tags{
    text-align: left;
    padding: 8px 0;
    color: #333;
}

.ytb_video {
    width: 100%;
    margin: 10px 0;
}


.aw_content {
    flex: 1;
    min-width: 300px;
    padding: 0 10px;
    line-height: 1.8;
    text-align: justify;
}
.aw_content img{
	  max-width: 100%;  
	  max-height: 200px; 
	  width: auto;       
	  height: auto;
}

.aw_last_next {
    padding: 20px 0;
    text-align: left;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .contents_aw {
        padding: 0 10px;
    }
    .aw_content {
        padding: 0;
        min-width: unset;
    }
    .aw_content img {
        max-height: 180px;
    }
    .ytb_video iframe {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 480px) {
    .aw_title {
        font-size: 18px;
    }
    .aw_mbx, .aw_information {
        font-size: 13px;
    }
}
	
.subtitle {
  display: none !important; 
  font-size: 1.5rem; 
  font-weight: bold;
  color: #666; 
  margin: .7em 0 0 0.5rem; 
}

@media (min-width: 1024px) {
  .subtitle {
    display: inline !important; 
  }
}


/*404*/
-404-container {
    display: flex;
    justify-content: center;
    padding: 2rem;
    min-height: 60vh;
}

.custom-404-content {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.error-title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.error-message {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.search-form {
    display: flex;
    justify-content: center;
}

.search-wrapper {
    display: flex;
    width: 100%;
    max-width: 500px;
}

.search-input {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.search-button {
    padding: 0.5rem 1rem;
    background: #4285f4;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .search-wrapper {
        width: 100%;
    }
    .custom-404-content {
        padding: 0 1rem;
    }
}

/*404 end*/

a#flashingLink {
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    display: inline-block;
    }

/* 2025-05-19 */

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.post {
    width: 100%;
    break-inside: avoid; 
}

.thumbnail-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%; 
    overflow: hidden;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

      .thumbnail-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 100%;
      font-size: calc(16px + 2vw); /* Base font size */
      line-height: 1;
      height: 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; /* Fallback for non-JS scenarios */
      box-sizing: border-box;
      padding: 0 10px; /* Add padding to prevent text from touching edges */
    }

    @media (min-width: 1024px) {
      .thumbnail-text {
        font-size: 3.8rem; /* Base font size for larger screens */
      }
    }</pre></body></html>