unique font across os's
This commit is contained in:
parent
48f82bccae
commit
b591dfa0f6
@ -22,7 +22,7 @@
|
|||||||
<envs />
|
<envs />
|
||||||
</TaskOptions>
|
</TaskOptions>
|
||||||
<TaskOptions isEnabled="true">
|
<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="checkSyntaxErrors" value="true" />
|
||||||
<option name="description" />
|
<option name="description" />
|
||||||
<option name="exitCodeBehavior" value="ERROR" />
|
<option name="exitCodeBehavior" value="ERROR" />
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<array />
|
<array />
|
||||||
</option>
|
</option>
|
||||||
<option name="outputFromStdout" value="false" />
|
<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="runOnExternalChanges" value="true" />
|
||||||
<option name="scopeName" value="Project Files" />
|
<option name="scopeName" value="Project Files" />
|
||||||
<option name="trackOnlyRoot" value="true" />
|
<option name="trackOnlyRoot" value="true" />
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
font-family: serif;
|
font-family: "Times New Roman", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
@ -956,7 +956,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
#PEB_tableProblems .PEB_TC_Size_93 {
|
#PEB_tableProblems .PEB_TC_Size_93 {
|
||||||
float: right;
|
float: right;
|
||||||
font-family: serif;
|
font-family: "Times New Roman", serif;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background-color: #0A0;
|
background-color: #0A0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -964,7 +964,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
#PEB_tableProblems .PEB_TC_Size_98 {
|
#PEB_tableProblems .PEB_TC_Size_98 {
|
||||||
float: right;
|
float: right;
|
||||||
font-family: serif;
|
font-family: "Times New Roman", serif;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background-color: #FF0;
|
background-color: #FF0;
|
||||||
display: inline-block;
|
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{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}
|
.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}}
|
@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_3{background-color:#F60 !important}
|
||||||
#PEB_tableProblems .PEB_TC_Timelevel_4{background-color:#F11 !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{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_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:serif;border-radius:1px;background-color:#FF0;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 a{color:#333;display:block;text-decoration:none}
|
||||||
#PEB_tableProblems .PEB_TC_Title a{text-decoration:underline}
|
#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}}
|
@media(max-width:1199px){#PEB_tableProblems tr td:nth-child(1),#PEB_tableProblems tr th:nth-child(1){display:none}}
|
||||||
|
@ -17,7 +17,7 @@ $COL_HIGHLIGHT_BLUE: #222244;
|
|||||||
|
|
||||||
$FONT_HEADER: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
$FONT_HEADER: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
$FONT_CODE: Consolas, Monaco, "Courier New", Menlo, monospace;
|
$FONT_CODE: Consolas, Monaco, "Courier New", Menlo, monospace;
|
||||||
$FONT_DEFAULT: serif;
|
$FONT_DEFAULT: 'Times New Roman', serif;
|
||||||
|
|
||||||
|
|
||||||
// [0] ResponsiveDesign Minimal Mobile
|
// [0] ResponsiveDesign Minimal Mobile
|
||||||
|
Loading…
Reference in New Issue
Block a user