mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-12 00:40:35 +00:00
Deploying to gh-pages from @ cf9e4ea194 🚀
This commit is contained in:
parent
8519b26088
commit
acda55bdf0
2560 changed files with 20190 additions and 0 deletions
56
lib/ref-index.css
Normal file
56
lib/ref-index.css
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
/* fonts */
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('source-code-pro-v6-latin-regular.eot');
|
||||
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
|
||||
url('source-code-pro-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('source-code-pro-v6-latin-regular.woff') format('woff'),
|
||||
url('source-code-pro-v6-latin-regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('source-code-pro-v6-latin-700.eot');
|
||||
src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
|
||||
url('source-code-pro-v6-latin-700.eot?#iefix') format('embedded-opentype'),
|
||||
url('source-code-pro-v6-latin-700.woff') format('woff'),
|
||||
url('source-code-pro-v6-latin-700.ttf') format('truetype');
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 10pt;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#315479;
|
||||
}
|
||||
|
||||
.letters {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
margin:0.6em;
|
||||
padding:0.1em;
|
||||
border-bottom:1px solid gray;
|
||||
}
|
||||
|
||||
div.entry {
|
||||
padding: 0.5em;
|
||||
background-color: #e1e7ed;
|
||||
border-radius: 0.2em;
|
||||
color: #103a51;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: "Source Code Pro";
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.occurrences {
|
||||
margin-left: 1em;
|
||||
margin-top: 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue