1
0

unique font across os's

This commit is contained in:
Mike Schwörer 2018-12-22 21:46:30 +01:00
parent 48f82bccae
commit b591dfa0f6
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
4 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@
<envs />
</TaskOptions>
<TaskOptions isEnabled="true">
<option name="arguments" value="&quot;F:\Eigene Dateien\Dropbox\Programming\Web\Website - Mikescher\Source\data\css_compress\compress.py&quot; &quot;$FileDir$\styles.scss&quot; &quot;$FileDir$\styles.css&quot; &quot;$FileDir$\styles.min.css&quot;" />
<option name="arguments" value="&quot;$ProjectFileDir$\data\css_compress\compress.py&quot; &quot;$FileDir$\styles.scss&quot; &quot;$FileDir$\styles.css&quot; &quot;$FileDir$\styles.min.css&quot;" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
@ -34,7 +34,7 @@
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="C:/TOOLS/python3/python.exe" />
<option name="program" value="python" />
<option name="runOnExternalChanges" value="true" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="true" />

View File

@ -2,7 +2,7 @@
body {
background-color: #EEE;
color: #CCC;
font-family: serif;
font-family: "Times New Roman", serif;
}
#content {
@ -956,7 +956,7 @@ html, body {
}
#PEB_tableProblems .PEB_TC_Size_93 {
float: right;
font-family: serif;
font-family: "Times New Roman", serif;
border-radius: 1px;
background-color: #0A0;
display: inline-block;
@ -964,7 +964,7 @@ html, body {
}
#PEB_tableProblems .PEB_TC_Size_98 {
float: right;
font-family: serif;
font-family: "Times New Roman", serif;
border-radius: 1px;
background-color: #FF0;
display: inline-block;

View File

@ -1,4 +1,4 @@
body{background-color:#EEE;color:#CCC;font-family:serif}
body{background-color:#EEE;color:#CCC;font-family:"Times New Roman",serif}
#content{padding-top:64px;display:flex;justify-content:center;line-height:1.4;flex-direction:column;align-items:center}
.content-responsive{margin-left:auto;margin-right:auto}
@media(max-width:767px){.content-responsive{width:95%;width:calc(100% - 20px);margin-left:auto;margin-right:auto}}
@ -171,8 +171,8 @@ html,body{margin:0;padding:0;height:100%}
#PEB_tableProblems .PEB_TC_Timelevel_3{background-color:#F60 !important}
#PEB_tableProblems .PEB_TC_Timelevel_4{background-color:#F11 !important}
#PEB_tableProblems .PEB_TC_Size{font-family:Consolas,Monaco,"Courier New",Menlo,monospace}
#PEB_tableProblems .PEB_TC_Size_93{float:right;font-family:serif;border-radius:1px;background-color:#0A0;display:inline-block;padding:1px 6px}
#PEB_tableProblems .PEB_TC_Size_98{float:right;font-family:serif;border-radius:1px;background-color:#FF0;display:inline-block;padding:1px 6px}
#PEB_tableProblems .PEB_TC_Size_93{float:right;font-family:"Times New Roman",serif;border-radius:1px;background-color:#0A0;display:inline-block;padding:1px 6px}
#PEB_tableProblems .PEB_TC_Size_98{float:right;font-family:"Times New Roman",serif;border-radius:1px;background-color:#FF0;display:inline-block;padding:1px 6px}
#PEB_tableProblems a{color:#333;display:block;text-decoration:none}
#PEB_tableProblems .PEB_TC_Title a{text-decoration:underline}
@media(max-width:1199px){#PEB_tableProblems tr td:nth-child(1),#PEB_tableProblems tr th:nth-child(1){display:none}}

View File

@ -15,9 +15,9 @@ $COL_GITHUB: #4078C0;
$COL_HIGHLIGHT_RED: #442222;
$COL_HIGHLIGHT_BLUE: #222244;
$FONT_HEADER: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
$FONT_CODE: Consolas, Monaco, "Courier New", Menlo, monospace;
$FONT_DEFAULT: serif;
$FONT_HEADER: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
$FONT_CODE: Consolas, Monaco, "Courier New", Menlo, monospace;
$FONT_DEFAULT: 'Times New Roman', serif;
// [0] ResponsiveDesign Minimal Mobile