* Add lang specific font stacks
* Force font changes
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix icons
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix octicons and icons
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Just override the semantic ui fonts only
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Missed the headers... override them too
* Missed some more semantic ui stuff
* Fix PT Sans
Signed-off-by: Andrew Thornton <art27@cantab.net>
* More changes
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Squashed commit of the following:
commit 7d1679e9079541359869c9e677ba7412bfcc59f3
Author: Mike L <cl.jeremy@qq.com>
Date:   Wed Mar 13 13:53:49 2019 +0100
    Remove missed YaHei leftover from _home.less
commit 0079121ea91860a323ed4e5cc1a9c0d490d9cefd
Author: Mike L <cl.jeremy@qq.com>
Date:   Wed Mar 13 12:03:54 2019 +0100
    Fix overdone fixes (inherit, :lang)
commit 62c919915928ec1db4731d547e95885f91a0618d
Author: Mike L <cl.jeremy@qq.com>
Date:   Wed Mar 13 02:29:10 2019 +0100
    Fix elements w/ explicit lang (language chooser)
commit b3117587aa2eb8570d60bed583a11ee5565418be
Author: Mike L <cl.jeremy@qq.com>
Date:   Tue Mar 12 20:17:26 2019 +0100
    Fix textarea also (to match body)
commit 81cedf2c3012c4dd05a7680782b4a98e1b947f67
Author: Mike L <cl.jeremy@qq.com>
Date:   Tue Mar 12 19:41:39 2019 +0100
    Revert css temporarily to fix conflict
commit 80ff82797f3203cbeaf866f22e961334e137df89
Author: Mike L <cl.jeremy@qq.com>
Date:   Tue Mar 12 19:15:30 2019 +0100
    Tweak CJK, fix Yu Gothic, more monospace inherits
commit 581dceb9a869646c2c486dabb925c88c2680d70c
Author: Mike L <cl.jeremy@qq.com>
Date:   Mon Mar 11 13:09:26 2019 +0100
    Add Lato for latin extd. & cyrillic, improve CJK
* update stylesheet
		
	
			
		
			
				
	
	
		
			115 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .ui.button.add-code-comment {
 | |
|     font-size: 14px;
 | |
|     height: 16px;
 | |
|     padding: 2px 0 0;
 | |
|     position: relative;
 | |
|     width: 16px;
 | |
|     z-index: 5;
 | |
|     float: left;
 | |
|     margin: -2px -10px -2px -20px;
 | |
|     opacity: 0;
 | |
|     transition: transform 0.1s ease-in-out;
 | |
|     transform: scale(1, 1);
 | |
| 
 | |
|     &:hover {
 | |
|       transform: scale(1.2, 1.2);
 | |
|     }
 | |
| }
 | |
| 
 | |
| .focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
 | |
| .focus-lines-old .ui.button.add-code-comment.add-code-comment-left {
 | |
|     opacity: 1;
 | |
| }
 | |
| 
 | |
| .comment-code-cloud {
 | |
|     padding: 4px;
 | |
|     margin: 0 auto;
 | |
|     position: relative;
 | |
|     border: 1px solid #f1f1f1;
 | |
|     margin-top: 13px;
 | |
|     margin-right: 10px;
 | |
|     margin-bottom: 5px;
 | |
| 
 | |
|     &:before {
 | |
|         content: " ";
 | |
|         width: 0;
 | |
|         height: 0;
 | |
|         border-left: 13px solid transparent;
 | |
|         border-right: 13px solid transparent;
 | |
|         border-bottom: 13px solid #f1f1f1;
 | |
|         left: 20px;
 | |
|         position: absolute;
 | |
|         top: -13px;
 | |
|     }
 | |
| 
 | |
|     .attached
 | |
|     {
 | |
|         &.tab {
 | |
|             border: none;
 | |
|             padding: 0;
 | |
|             margin: 0;
 | |
| 
 | |
|             &.markdown {
 | |
|                 padding: 1em;
 | |
|                 min-height: 168px;
 | |
|             }
 | |
|         }
 | |
| 
 | |
|         &.header {
 | |
|             padding: .1rem 1rem;
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     .right.menu.options .item {
 | |
|         padding: 0.85714286em 0.442857em;
 | |
|         cursor: pointer;
 | |
|     }
 | |
| 
 | |
|     .ui.form textarea {
 | |
|         border: 0px;
 | |
|     }
 | |
| 
 | |
|     .ui.attached.tabular.menu {
 | |
|         background: #f7f7f7;
 | |
|         border: 1px solid #d4d4d5;
 | |
|         padding-top: 5px;
 | |
|         padding-left: 5px;
 | |
|         margin-top: 0px;
 | |
|     }
 | |
| 
 | |
|     .footer {
 | |
|         border-top: 1px solid #f1f1f1;
 | |
|         margin-top: 10px;
 | |
| 
 | |
|         .markdown-info {
 | |
|             display: inline-block;
 | |
|             margin: 5px 0;
 | |
|             font-size: 12px;
 | |
|             color: rgba(0,0,0,.6)
 | |
|         }
 | |
| 
 | |
|         .ui.right.floated {
 | |
|             padding-top: 6px;
 | |
|         }
 | |
| 
 | |
|         &:after{
 | |
|             clear: both;
 | |
|             content: "";
 | |
|             display: block;
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     button.comment-form-reply {
 | |
|         margin: 0.5em 0.5em 0.5em 4.5em;
 | |
|     }
 | |
| 
 | |
|     form.comment-form-reply {
 | |
|         margin: 0 0 0 4em;
 | |
|     }
 | |
| }
 | |
| 
 | |
| .file-comment {
 | |
|     font: 12px @monospaced-fonts, monospace;
 | |
|     color: rgba(0,0,0,.87);
 | |
| }
 |