unique font across os's
This commit is contained in:
parent
48f82bccae
commit
b591dfa0f6
@ -22,7 +22,7 @@
|
||||
<envs />
|
||||
</TaskOptions>
|
||||
<TaskOptions isEnabled="true">
|
||||
<option name="arguments" value=""F:\Eigene Dateien\Dropbox\Programming\Web\Website - Mikescher\Source\data\css_compress\compress.py" "$FileDir$\styles.scss" "$FileDir$\styles.css" "$FileDir$\styles.min.css"" />
|
||||
<option name="arguments" value=""$ProjectFileDir$\data\css_compress\compress.py" "$FileDir$\styles.scss" "$FileDir$\styles.css" "$FileDir$\styles.min.css"" />
|
||||
<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" />
|
||||
|
@ -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;
|
||||
|
6
www/data/css/styles.min.css
vendored
6
www/data/css/styles.min.css
vendored
@ -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}}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user