initial commit
This commit is contained in:
		
							
								
								
									
										19
									
								
								themes/simple/static/css/article.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								themes/simple/static/css/article.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| .primary-article-image { | ||||
|   margin-top: 1rem; | ||||
| } | ||||
|  | ||||
| .primary-article-image, .secondary-article-image { | ||||
|   display: flex; | ||||
|   justify-content: space-around; | ||||
| } | ||||
|  | ||||
| .primary-article-image img, .secondary-article-image img{ | ||||
|   max-width:90%; | ||||
| } | ||||
|  | ||||
| .image-caption { | ||||
|   text-align: center; | ||||
|   margin-top: 1em; | ||||
|   font-size: small; | ||||
|   font-style: oblique; | ||||
| } | ||||
							
								
								
									
										86
									
								
								themes/simple/static/css/index.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								themes/simple/static/css/index.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| .entry-content { | ||||
|   display: flex; | ||||
|   flex-wrap: wrap; | ||||
|   justify-content: space-around; | ||||
|   align-items: center; | ||||
|   margin-top: 1rem; | ||||
| } | ||||
|  | ||||
| .entry-content img { | ||||
|   height: auto; | ||||
|   width: auto; | ||||
|   max-height: 200px; | ||||
|   max-width: 300px; | ||||
|   padding-left: 5px; | ||||
|   padding-right: 5px; | ||||
| } | ||||
|  | ||||
| .summary-container { | ||||
|   width: calc(100% - 560px); | ||||
|   min-width: 280px; | ||||
|   max-width: 95%; | ||||
|   padding-left: 5px; | ||||
|   padding-right: 5px; | ||||
|   text-align: justify; | ||||
| } | ||||
|  | ||||
| @media only screen and (max-width: 600px) { | ||||
|   .summary-container { | ||||
|     width: 100%; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .entry-content a{ | ||||
|   -webkit-tap-highlight-color:transparent; | ||||
| } | ||||
|  | ||||
| .summary-container a { | ||||
|   text-decoration: none; | ||||
| } | ||||
|  | ||||
| @media only screen and (min-width: 980px) { | ||||
|   .entry-content { | ||||
|     justify-content: space-between; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .index-header-footer-container { | ||||
|   display: flex; | ||||
|   align-items: flex-end; | ||||
|   flex-wrap: wrap; | ||||
| } | ||||
|  | ||||
| .index-header-footer-container header{ | ||||
|   width: 50%; | ||||
|   margin-right: 10%; | ||||
| } | ||||
|  | ||||
| .index-header-footer-container footer{ | ||||
|   width: 40%; | ||||
| } | ||||
|  | ||||
| .hentry { | ||||
|   margin-top: 1em; | ||||
| } | ||||
|  | ||||
| @media only screen and (max-width: 800px) { | ||||
|   .index-header-footer-container { | ||||
|     align-items: flex-start; | ||||
|   } | ||||
|  | ||||
|   .index-header-footer-container header{ | ||||
|     width: 100%; | ||||
|   } | ||||
|  | ||||
|   .index-header-footer-container footer{ | ||||
|     width: 100%; | ||||
|   } | ||||
|  | ||||
|   .entry-title { | ||||
|     margin-bottom: .2em; | ||||
|   } | ||||
|  | ||||
|   .hentry { | ||||
|     margin-top: unset; | ||||
|   } | ||||
| } | ||||
							
								
								
									
										80
									
								
								themes/simple/static/css/main.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								themes/simple/static/css/main.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,80 @@ | ||||
| :root { | ||||
|   --black: #343a40; | ||||
|   --gray: #6c757d; | ||||
| } | ||||
|  | ||||
| html, a{ | ||||
|   color: var(--black); | ||||
| } | ||||
|  | ||||
| body { | ||||
|   max-width: 1000px; | ||||
|   margin: 0 auto 0 auto; | ||||
|   padding: 5px; | ||||
| } | ||||
|  | ||||
| .entry-content { | ||||
|   line-height: 1.5; | ||||
|   font-size: 1.0rem; | ||||
| } | ||||
|  | ||||
| .entry-content p, .summary-container { | ||||
|   text-align: justify; | ||||
|   font-family: monospace; | ||||
| } | ||||
|  | ||||
| .entry-title a{ | ||||
|   text-decoration: none; | ||||
| } | ||||
|  | ||||
| a:hover { | ||||
|   color: var(--gray); | ||||
| } | ||||
|  | ||||
| h1 a{ | ||||
|   text-decoration: none; | ||||
| } | ||||
|  | ||||
| h1 { | ||||
|   font-size: 1.5em; | ||||
| } | ||||
|  | ||||
| .paginator text{ | ||||
|   line-height: 1; | ||||
| } | ||||
|  | ||||
| .paginator a{ | ||||
|   font-size: 4em; | ||||
|   text-decoration: none; | ||||
|   -webkit-tap-highlight-color:transparent; | ||||
| } | ||||
|  | ||||
| #top-info { | ||||
|   display: flex; | ||||
|   flex-wrap: wrap; | ||||
|   justify-content: space-between; | ||||
|   align-items: center; | ||||
| } | ||||
|  | ||||
| #top-info-left, #top-info-right { | ||||
|   width: 50%; | ||||
| } | ||||
|  | ||||
| #top-info-right { | ||||
|   text-align: center; | ||||
| } | ||||
|  | ||||
| #top-info-phone { | ||||
|   margin-top: .6em; | ||||
|   margin-bottom: .6em; | ||||
| } | ||||
|  | ||||
| @media only screen and (max-width: 800px) { | ||||
|   #top-info { | ||||
|     justify-content: space-around; | ||||
|   } | ||||
|  | ||||
|   #top-info-left, #top-info-right { | ||||
|     width: unset; | ||||
|   } | ||||
| } | ||||
							
								
								
									
										12
									
								
								themes/simple/static/css/search.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								themes/simple/static/css/search.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| .tipue_search_group { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
| } | ||||
|  | ||||
| #tipue_search_content { | ||||
|   margin: 0 auto 0 auto; | ||||
| } | ||||
|  | ||||
| .tipue_search_content_text { | ||||
|   text-align: justify; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user