editing the styles and fonts
This commit is contained in:
parent
8427c5a04b
commit
46d51acd58
55
themes/default/static/css/fonts.css
Normal file
55
themes/default/static/css/fonts.css
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
/* TeX Gyre Schola */
|
||||||
|
@font-face{
|
||||||
|
font-family: 'TeXGyreSchola';
|
||||||
|
src: url('../fonts/texgyreschola-regular.otf') format('opentype');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: 'TeXGyreSchola';
|
||||||
|
src: url('../fonts/texgyreschola-italic.otf') format('opentype');
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: 'TeXGyreSchola';
|
||||||
|
src: url('../fonts/texgyreschola-bold.otf') format('opentype');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: 'TeXGyreSchola';
|
||||||
|
src: url('../fonts/texgyreschola-bolditalic.otf') format('opentype');
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Polsku (OSP) */
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Polsku';
|
||||||
|
src:
|
||||||
|
url('../fonts/Polsku.woff') format('woff'),
|
||||||
|
url('../fonts/Polsku.tff') format('truetype');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ... */
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Basker';
|
||||||
|
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Basker';
|
||||||
|
src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Basker';
|
||||||
|
src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
@ -1,10 +1,19 @@
|
|||||||
|
@import 'fonts.css';
|
||||||
|
|
||||||
body{
|
body{
|
||||||
margin:2em auto;
|
margin:2em auto;
|
||||||
max-width: 980px;
|
max-width: 980px;
|
||||||
|
font-family: 'Basker';
|
||||||
|
font-size: 18pt;
|
||||||
|
line-height: 1.6;
|
||||||
|
letter-spacing: 0.25pt;
|
||||||
}
|
}
|
||||||
header#banner{
|
header#banner{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: 'Polsku';
|
||||||
|
font-size: 24pt;
|
||||||
|
line-height:1.25;
|
||||||
}
|
}
|
||||||
header#banner h1{
|
header#banner h1{
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
@ -13,22 +22,31 @@ header#banner{
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
nav#menu{
|
nav#menu{
|
||||||
width: calc(100% - 1em);
|
width: calc(100% + 20em);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: magenta;
|
background-color: magenta;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
margin:0 0 0 -10em;
|
||||||
}
|
}
|
||||||
nav#menu li{
|
nav#menu li{
|
||||||
|
font-size: 13pt;
|
||||||
|
line-height: 1.4;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
margin:0.5em 0;
|
margin:0.5em 0;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 200px;
|
||||||
|
height:7.5em;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
nav#menu li.active{
|
nav#menu li.active{
|
||||||
background-color: yellow;
|
background-color: beige;
|
||||||
|
}
|
||||||
|
nav#menu li.pagelink{
|
||||||
|
height: 1.5em;
|
||||||
}
|
}
|
||||||
nav#menu a{
|
nav#menu a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -41,7 +59,7 @@ article{
|
|||||||
margin: 0 0 2em;
|
margin: 0 0 2em;
|
||||||
}
|
}
|
||||||
article:first-of-type{
|
article:first-of-type{
|
||||||
background-color:yellow;
|
background-color: beige;
|
||||||
padding:2em 3em;
|
padding:2em 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
309
themes/default/static/fonts/README-TeX-Gyre-Schola.txt
Normal file
309
themes/default/static/fonts/README-TeX-Gyre-Schola.txt
Normal file
@ -0,0 +1,309 @@
|
|||||||
|
###########################################################################
|
||||||
|
############ The TeX Gyre Collection of Fonts ############
|
||||||
|
############ The font Schola ############
|
||||||
|
###########################################################################
|
||||||
|
|
||||||
|
Font: TeX Gyre Schola
|
||||||
|
Authors: Bogus\l{}aw Jackowski and Janusz M. Nowacki
|
||||||
|
Version: 2.005
|
||||||
|
Date: 30 X 2009
|
||||||
|
Downloads: http://www.gust.org.pl/projects/e-foundry/tex-gyre/schola
|
||||||
|
License:
|
||||||
|
% Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski
|
||||||
|
% and J.M. Nowacki (on behalf of TeX Users Groups).
|
||||||
|
% Vietnamese characters were added by Han The Thanh.
|
||||||
|
%
|
||||||
|
% This work can be freely used and distributed under
|
||||||
|
% the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt)
|
||||||
|
% which is actually an instance of the LaTeX Project Public License
|
||||||
|
% (LPPL -- see http://www.latex-project.org/lppl.txt ).
|
||||||
|
%
|
||||||
|
% This work has the maintenance status "maintained". The Current Maintainer
|
||||||
|
% of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki.
|
||||||
|
%
|
||||||
|
% This work consists of the files listed in
|
||||||
|
% in the MANIFEST-TeX-Gyre-Schola.txt file.
|
||||||
|
|
||||||
|
###########################################################################
|
||||||
|
############ A BRIEF DESCRIPTION OF THE PACKAGE ############
|
||||||
|
###########################################################################
|
||||||
|
|
||||||
|
The current package contains the most recent version of the TeX Gyre
|
||||||
|
Schola family of fonts in the PostScript Type 1 and OpenType formats.
|
||||||
|
TeX Gyre Schola is based on the URW Century Schoolbook L kindly released
|
||||||
|
by URW++ Design and Development Inc. under GFL (independently of the GPL
|
||||||
|
release accompanying Ghostscript). The Vietnamese glyphs were added
|
||||||
|
by Han The Thanh.
|
||||||
|
|
||||||
|
TeX Gyre Schola can be used as a replacement for the Century Schoolbook
|
||||||
|
typeface (designed by Morris Fuller Benton, 1919, for the
|
||||||
|
American Type Founders; originally, italics were not designed, they were
|
||||||
|
added in later revivals by Linotype and ITC).
|
||||||
|
|
||||||
|
Note that the widths of the TeX Gyre Schola glyphs are consistent with the
|
||||||
|
relevant Adobe metric data (for the glyphs from the Adobe Standard Encoding):
|
||||||
|
ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/base35/ncb_____.afm
|
||||||
|
ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/base35/ncbi____.afm
|
||||||
|
ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/base35/nci_____.afm
|
||||||
|
ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/base35/ncr_____.afm
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
The TeX Gyre project, following the Latin Modern project, aims at providing
|
||||||
|
a rich collection of diacritical characters in the attempt to cover as many
|
||||||
|
Latin-based scripts as possible. To our knowledge, the repertoire of
|
||||||
|
characters covers all European languages as well as some other Latin-based
|
||||||
|
alphabets such as Vietnamese and Navajo; at the request of users, recent
|
||||||
|
extensions (following the enhancement of the Latin Modern collection)
|
||||||
|
provide glyphs sufficient for typesetting of romanized transliterations
|
||||||
|
of Arabic and Sanskrit scripts. We have frequently used the information
|
||||||
|
presented by Michael Everson at the ``The Alphabets of Europe''
|
||||||
|
( http://www.evertype.com/alphabets/ ) web site. If you know about European
|
||||||
|
languages that are not covered completely or if some glyphs have apparently
|
||||||
|
wrong shapes -- please let us know. Note, however, that Greek glyphs
|
||||||
|
bear provisional character.
|
||||||
|
|
||||||
|
The TeX Gyre Project was launched and is supported by TeX USERS GROUPS
|
||||||
|
(CS TUG, DANTE eV, GUST, NTG, TUG India, TUG). Hearty thanks to the
|
||||||
|
representatives of these groups and also to all people who helped with
|
||||||
|
comments, ideas, remarks, bug reports, objections, hints, consolations, etc.
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
The TeX Gyre Schola family consists of 4 text fonts: regular,
|
||||||
|
italic, bold and bold italic (qcsr, qcsri, qcsb, qcsbi).
|
||||||
|
|
||||||
|
The TeX Gyre Schola family can be freely used and distributed
|
||||||
|
under the GUST Font License (see above) which is actually
|
||||||
|
an instance of the LaTeX Project Public License
|
||||||
|
(LPPL; see http://www.latex-project.org/lppl.txt ).
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
The package consists of the files in the directories conforming
|
||||||
|
to the TeX Directory Structure (v. 1.1). The directories contain:
|
||||||
|
|
||||||
|
doc/fonts/tex-gyre this file, manifest, licence, test files,
|
||||||
|
and, moreover, selected files used as input
|
||||||
|
for generating OTFs (meant as a technical
|
||||||
|
documentation of the OTFs)
|
||||||
|
tex/latex/tex-gyre support for LaTeX (*.fd and *.sty files,
|
||||||
|
prepared by Marcin Woli\'nski)
|
||||||
|
fonts/enc/dvips/tex-gyre support for dvips (*.enc files);
|
||||||
|
NOTE: all fonts of the TeX Gyre family
|
||||||
|
share the same *.enc files with
|
||||||
|
a few exceptions: CS, QX, and RM encodings
|
||||||
|
for TeX Gyre Cursor (monospace) differ
|
||||||
|
from the standard ones (because of the
|
||||||
|
compatibility with Computer Modern
|
||||||
|
typewriter fonts requested by users),
|
||||||
|
and, moreover, CS, L7x, QX and RM encodings
|
||||||
|
for TeX Gyre Chorus exploit exceptionally
|
||||||
|
the `lslash_lslash' ligature
|
||||||
|
fonts/map/dvips/tex-gyre support for dvips (*.map files)
|
||||||
|
fonts/opentype/public/tex-gyre fonts in the OpenType format (*.otf files)
|
||||||
|
fonts/type1/public/tex-gyre PostScript (Type 1) font files and printer
|
||||||
|
font metric files (*.pfb and *.pfm,
|
||||||
|
respectively);
|
||||||
|
fonts/tfm/public/tex-gyre TeX font metric files (*.tfm) for:
|
||||||
|
-- CS (CSTUG) encoding (cs-*.tfm),
|
||||||
|
-- EC (Cork) encoding (ec-*.tfm),
|
||||||
|
-- L7x (Lithuanian) encoding (l7x-*.tfm),
|
||||||
|
-- QX (GUST) encoding (qx-*.tfm),
|
||||||
|
-- RM (Regular Math or OT1) encoding (rm-*.tfm),
|
||||||
|
-- Y&Y's TeX'n'ANSI aka LY1 encoding
|
||||||
|
(texnansi-*.tfm),
|
||||||
|
-- T5 (Vietnamese) encoding (t5-*.tfm),
|
||||||
|
-- Text Companion for EC fonts aka TS1
|
||||||
|
(ts1-*.tfm).
|
||||||
|
-- T2A, T2B, T2C (Cyrillic) encodings
|
||||||
|
(t2?-*.tfm).
|
||||||
|
Encodings CS, EC, L7x, QX, RM, Y&Y, and T5
|
||||||
|
have their cap-small-caps counterparts
|
||||||
|
(*-sc.tfm).
|
||||||
|
fonts/afm/public/tex-gyre Adobe font metric files (*.afm);
|
||||||
|
|
||||||
|
Email contact: Bogus\l{}aw Jackowski aka Jacko, B_Jackowski@gust.org.pl
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
In ConTeXt, support for TeX Gyre Collection can be found in the typescript
|
||||||
|
definition files:
|
||||||
|
|
||||||
|
... /tex/context/base/type-enc.tex
|
||||||
|
... /tex/context/base/type-syn.tex
|
||||||
|
... /tex/context/base/type-exa.tex
|
||||||
|
... /tex/context/base/type-map.tex
|
||||||
|
|
||||||
|
Additional encoding and map files can be found under:
|
||||||
|
|
||||||
|
... /texmf/fonts/map/pdftex/context
|
||||||
|
... /texmf/fonts/enc/pdftex/context
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
All four font files, qcsb, qcsbi, qcsr, qcsri, contain the same repertoire
|
||||||
|
of 1089 characters, namely (these are the names used in Type 1 fonts):
|
||||||
|
|
||||||
|
A a a.sc Aacute aacute aacute.sc Abreve abreve abreve.sc Abreveacute
|
||||||
|
abreveacute abreveacute.sc Abrevedotbelow abrevedotbelow
|
||||||
|
abrevedotbelow.sc Abrevegrave abrevegrave abrevegrave.sc Abrevehookabove
|
||||||
|
abrevehookabove abrevehookabove.sc Abrevetilde abrevetilde abrevetilde.sc
|
||||||
|
Acaron acaron acaron.sc Acircumflex acircumflex acircumflex.sc
|
||||||
|
Acircumflexacute acircumflexacute acircumflexacute.sc Acircumflexdotbelow
|
||||||
|
acircumflexdotbelow acircumflexdotbelow.sc Acircumflexgrave
|
||||||
|
acircumflexgrave acircumflexgrave.sc Acircumflexhookabove
|
||||||
|
acircumflexhookabove acircumflexhookabove.sc Acircumflextilde
|
||||||
|
acircumflextilde acircumflextilde.sc Acute acute acute.dup acute.ts1
|
||||||
|
Acutecomb acutecomb Adblgrave adblgrave adblgrave.sc Adieresis adieresis
|
||||||
|
adieresis.sc Adotbelow adotbelow adotbelow.sc AE ae AE.dup ae.dup ae.sc
|
||||||
|
AEacute aeacute aeacute.sc Agrave agrave agrave.sc Ahookabove ahookabove
|
||||||
|
ahookabove.sc Alpha alpha Amacron amacron amacron.sc ampersand anglearc
|
||||||
|
angleleft angleright Aogonek aogonek aogonek.sc Aogonekacute aogonekacute
|
||||||
|
aogonekacute.sc approxequal Aring aring aring.sc Aringacute aringacute
|
||||||
|
aringacute.sc arrowdown arrowleft arrowright arrowup asciicircum
|
||||||
|
asciitilde asterisk asteriskmath at at.alt Atilde atilde atilde.sc B b
|
||||||
|
b.sc backslash baht bar Beta beta bigcircle blanksymbol born braceleft
|
||||||
|
braceright bracketleft bracketright Breve breve breve.ts1 Breveacute
|
||||||
|
breveacute brevebelow brevebelowcomb brevebelowinverted
|
||||||
|
brevebelowinvertedcomb Brevecomb brevecomb Brevegrave brevegrave
|
||||||
|
Brevehookabove brevehookabove Breveinverted breveinverted
|
||||||
|
Breveinvertedcomb breveinvertedcomb Brevetilde brevetilde brokenbar
|
||||||
|
bullet C c c.sc Cacute cacute cacute.sc Caron caron caron.ts1 Caroncomb
|
||||||
|
caroncomb Ccaron ccaron ccaron.sc Ccedilla ccedilla ccedilla.sc
|
||||||
|
Ccircumflex ccircumflex ccircumflex.sc Cdotaccent cdotaccent
|
||||||
|
cdotaccent.sc cedilla cedilla.dup cent cent.oldstyle centigrade Chi chi
|
||||||
|
Circumflex circumflex circumflex.dup Circumflexacute circumflexacute
|
||||||
|
Circumflexcomb circumflexcomb Circumflexgrave circumflexgrave
|
||||||
|
Circumflexhookabove circumflexhookabove Circumflextilde circumflextilde
|
||||||
|
colon colonmonetary comma commaaccent commaaccentcomb copyleft copyright
|
||||||
|
copyright.alt currency cwm cwmascender cwmcapital cyrBreve cyrbreve
|
||||||
|
cyrFlex cyrflex D d d.sc dagger daggerdbl dblbracketleft dblbracketright
|
||||||
|
dblGrave dblgrave dblgrave.ts1 dblGravecomb dblgravecomb dblverticalbar
|
||||||
|
Dcaron dcaron dcaron.sc Dcroat dcroat dcroat.sc Ddotbelow ddotbelow
|
||||||
|
ddotbelow.sc degree Delta delta diameter died Dieresis dieresis
|
||||||
|
dieresis.dup dieresis.ts1 Dieresisacute dieresisacute Dieresiscaron
|
||||||
|
dieresiscaron Dieresiscomb dieresiscomb Dieresisgrave dieresisgrave
|
||||||
|
discount divide divorced Dlinebelow dlinebelow dlinebelow.sc dollar
|
||||||
|
dollar.oldstyle dong Dotaccent dotaccent Dotaccentcomb dotaccentcomb
|
||||||
|
dotbelow dotbelowcomb dotlessi dotlessi.sc dotlessj dotlessj.dup
|
||||||
|
dotlessj.sc E e e.sc Eacute eacute eacute.sc Ebreve ebreve ebreve.sc
|
||||||
|
Ecaron ecaron ecaron.sc Ecircumflex ecircumflex ecircumflex.sc
|
||||||
|
Ecircumflexacute ecircumflexacute ecircumflexacute.sc Ecircumflexdotbelow
|
||||||
|
ecircumflexdotbelow ecircumflexdotbelow.sc Ecircumflexgrave
|
||||||
|
ecircumflexgrave ecircumflexgrave.sc Ecircumflexhookabove
|
||||||
|
ecircumflexhookabove ecircumflexhookabove.sc Ecircumflextilde
|
||||||
|
ecircumflextilde ecircumflextilde.sc Edblgrave edblgrave edblgrave.sc
|
||||||
|
Edieresis edieresis edieresis.sc Edotaccent edotaccent edotaccent.sc
|
||||||
|
Edotbelow edotbelow edotbelow.sc Egrave egrave egrave.sc Ehookabove
|
||||||
|
ehookabove ehookabove.sc eight eight.oldstyle eight.prop
|
||||||
|
eight.taboldstyle ell ellipsis Emacron emacron emacron.sc emdash endash
|
||||||
|
Eng eng eng.sc Eogonek eogonek eogonek.sc Eogonekacute eogonekacute
|
||||||
|
eogonekacute.sc Epsilon epsilon epsilon.alt equal Ereversed ereversed
|
||||||
|
ereversed.sc estimated Eta eta Eth eth eth.sc Etilde etilde etilde.sc
|
||||||
|
eturned eturned.sc Euro exclam exclamdown F f f.sc f_k ff ffi ffl fi five
|
||||||
|
five.oldstyle five.prop five.taboldstyle fl florin four four.oldstyle
|
||||||
|
four.prop four.taboldstyle fraction fraction.alt G g g.sc Gacute gacute
|
||||||
|
gacute.sc Gamma gamma Gbreve gbreve gbreve.sc Gcaron gcaron gcaron.sc
|
||||||
|
Gcedilla gcedilla Gcircumflex gcircumflex gcircumflex.sc Gcommaaccent
|
||||||
|
gcommaaccent gcommaaccent.sc Gdotaccent gdotaccent gdotaccent.sc
|
||||||
|
Germandbls germandbls germandbls.dup germandbls.sc gnaborretni Grave
|
||||||
|
grave grave.ts1 Gravecomb gravecomb greater greaterequal
|
||||||
|
greaterorequalslant guarani guillemotleft guillemotright guilsinglleft
|
||||||
|
guilsinglright H h h.sc Hbar hbar hbar.sc Hbrevebelow hbrevebelow
|
||||||
|
hbrevebelow.sc Hcircumflex hcircumflex hcircumflex.sc Hdieresis hdieresis
|
||||||
|
hdieresis.sc Hdotbelow hdotbelow hdotbelow.sc Hookabove hookabove
|
||||||
|
Hookabovecomb hookabovecomb horn Htilde htilde htilde.sc Hungarumlaut
|
||||||
|
hungarumlaut hungarumlaut.ts1 Hungarumlautcomb hungarumlautcomb hyphen
|
||||||
|
hyphen.alt hyphen.dup hyphen.prop hyphendbl hyphendbl.alt I i i.sc Iacute
|
||||||
|
iacute iacute.sc Ibreve ibreve ibreve.sc Icaron icaron icaron.sc
|
||||||
|
Icircumflex icircumflex icircumflex.sc Idblgrave idblgrave idblgrave.sc
|
||||||
|
Idieresis idieresis idieresis.sc Idieresisacute idieresisacute
|
||||||
|
idieresisacute.sc Idotaccent idotaccent.sc Idotbelow idotbelow
|
||||||
|
idotbelow.sc Igrave igrave igrave.sc Ihookabove ihookabove ihookabove.sc
|
||||||
|
IJ ij ij.sc Imacron imacron Imacron.alt imacron.alt imacron.alt.sc
|
||||||
|
imacron.sc infinity interrobang Iogonek iogonek iogonek.sc Iogonekacute
|
||||||
|
iogonekacute iogonekacute.sc Iota iota Itilde itilde itilde.sc J j j.sc
|
||||||
|
J_caron Jacute jacute jacute.sc jcaron jcaron.sc Jcircumflex jcircumflex
|
||||||
|
jcircumflex.sc K k k.sc Kappa kappa Kcedilla kcedilla Kcommaaccent
|
||||||
|
kcommaaccent kcommaaccent.sc L l l.sc Lacute lacute lacute.sc Lambda
|
||||||
|
lambda Lcaron lcaron lcaron.sc Lcedilla lcedilla Lcommaaccent
|
||||||
|
lcommaaccent lcommaaccent.sc Ldot ldot ldot.sc Ldotbelow ldotbelow
|
||||||
|
ldotbelow.sc Ldotbelowmacron ldotbelowmacron ldotbelowmacron.sc leaf less
|
||||||
|
lessequal lessorequalslant linebelow linebelowcomb lira logicalnot longs
|
||||||
|
lozenge lscript Lslash lslash lslash.sc Ltilde ltilde ltilde.sc M m m.sc
|
||||||
|
Macron macron Macron.alt macron.alt macron.dup macron.ts1 macronbelow
|
||||||
|
macronbelowcomb Macroncomb macroncomb married Mdotbelow mdotbelow
|
||||||
|
mdotbelow.sc mho minus minusplus Mu mu mu.alt multiply musicalnote N n
|
||||||
|
n.sc Nacute nacute nacute.sc naira nbspace Ncaron ncaron ncaron.sc
|
||||||
|
Ncedilla ncedilla Ncommaaccent ncommaaccent ncommaaccent.sc Ndotaccent
|
||||||
|
ndotaccent ndotaccent.sc Ndotbelow ndotbelow ndotbelow.sc nine
|
||||||
|
nine.oldstyle nine.prop nine.taboldstyle notequal Ntilde ntilde ntilde.sc
|
||||||
|
Nu nu numbersign numero O o o.sc Oacute oacute oacute.sc Obreve obreve
|
||||||
|
obreve.sc Ocaron ocaron ocaron.sc Ocircumflex ocircumflex ocircumflex.sc
|
||||||
|
Ocircumflexacute ocircumflexacute ocircumflexacute.sc Ocircumflexdotbelow
|
||||||
|
ocircumflexdotbelow ocircumflexdotbelow.sc Ocircumflexgrave
|
||||||
|
ocircumflexgrave ocircumflexgrave.sc Ocircumflexhookabove
|
||||||
|
ocircumflexhookabove ocircumflexhookabove.sc Ocircumflextilde
|
||||||
|
ocircumflextilde ocircumflextilde.sc Odblgrave odblgrave odblgrave.sc
|
||||||
|
Odieresis odieresis odieresis.sc Odotbelow odotbelow odotbelow.sc OE oe
|
||||||
|
OE.dup oe.dup oe.sc ogonek Ograve ograve ograve.sc ohm Ohookabove
|
||||||
|
ohookabove ohookabove.sc Ohorn ohorn ohorn.sc Ohornacute ohornacute
|
||||||
|
ohornacute.sc Ohorndotbelow ohorndotbelow ohorndotbelow.sc Ohorngrave
|
||||||
|
ohorngrave ohorngrave.sc Ohornhookabove ohornhookabove ohornhookabove.sc
|
||||||
|
Ohorntilde ohorntilde ohorntilde.sc Ohungarumlaut ohungarumlaut
|
||||||
|
ohungarumlaut.sc Omacron omacron omacron.sc Omega omega Omicron omicron
|
||||||
|
one one.oldstyle one.prop one.superior one.taboldstyle onehalf onequarter
|
||||||
|
Oogonek oogonek oogonek.sc Oogonekacute oogonekacute oogonekacute.sc
|
||||||
|
openbullet ordfeminine ordmasculine Orogate orogate orogate.sc Oslash
|
||||||
|
oslash Oslash.dup oslash.dup oslash.sc Oslashacute oslashacute
|
||||||
|
oslashacute.sc Otilde otilde otilde.sc P p p.sc paragraph paragraph.alt
|
||||||
|
parenleft parenright partialdiff percent period periodcentered permyriad
|
||||||
|
perthousand perthousandzero peso Phi phi phi.alt Pi pi pi.alt plus
|
||||||
|
plusminus Psi psi published Q q q.sc question questiondown
|
||||||
|
quillbracketleft quillbracketright quotedbl quotedblbase quotedblbase.ts1
|
||||||
|
quotedblleft quotedblright quoteleft quoteleft.dup quoteright
|
||||||
|
quoteright.dup quotesinglbase quotesinglbase.ts1 quotesingle
|
||||||
|
quotesingle.ts1 R r r.sc Racute racute racute.sc radical Rcaron rcaron
|
||||||
|
rcaron.sc Rcedilla rcedilla Rcommaaccent rcommaaccent rcommaaccent.sc
|
||||||
|
Rdblgrave rdblgrave rdblgrave.sc Rdotaccent rdotaccent rdotaccent.sc
|
||||||
|
Rdotbelow rdotbelow rdotbelow.sc Rdotbelowmacron rdotbelowmacron
|
||||||
|
rdotbelowmacron.sc recipe referencemark registered registered.alt Rho rho
|
||||||
|
rho.alt Ring ring Ringacute ringacute Ringcomb ringcomb ringhalfleft
|
||||||
|
ringhalfright S s s.sc Sacute sacute sacute.sc Scaron scaron scaron.sc
|
||||||
|
Scedilla scedilla scedilla.sc schwa Scircumflex scircumflex
|
||||||
|
scircumflex.sc Scommaaccent scommaaccent scommaaccent.sc Sdotbelow
|
||||||
|
sdotbelow sdotbelow.sc section semicolon servicemark seven seven.oldstyle
|
||||||
|
seven.prop seven.taboldstyle sfthyphen Sigma sigma sigma1 six
|
||||||
|
six.oldstyle six.prop six.taboldstyle slash space star sterling summation
|
||||||
|
suppress T t t.sc Tau tau Tcaron tcaron tcaron.sc Tcedilla tcedilla
|
||||||
|
tcedilla.sc Tcommaaccent tcommaaccent tcommaaccent.sc Tdieresis tdieresis
|
||||||
|
tdieresis.sc Tdotbelow tdotbelow tdotbelow.sc Theta theta theta.alt Thorn
|
||||||
|
thorn thorn.sc three three.oldstyle three.prop three.superior
|
||||||
|
three.taboldstyle threequarters threequartersemdash tie tieaccentcapital
|
||||||
|
tieaccentcapital.new tieaccentlowercase tieaccentlowercase.new Tilde
|
||||||
|
tilde tilde.dup tildebelow tildebelowcomb Tildecomb tildecomb tildelow
|
||||||
|
Tlinebelow tlinebelow tlinebelow.sc trademark Ttilde ttilde ttilde.sc
|
||||||
|
twelveudash two two.oldstyle two.prop two.superior two.taboldstyle U u
|
||||||
|
u.sc Uacute uacute uacute.sc Ubreve ubreve ubreve.sc Ubrevebelowinverted
|
||||||
|
ubrevebelowinverted ubrevebelowinverted.sc Ucaron ucaron ucaron.sc
|
||||||
|
Ucircumflex ucircumflex ucircumflex.sc Udblgrave udblgrave udblgrave.sc
|
||||||
|
Udieresis udieresis udieresis.sc Udieresisacute udieresisacute
|
||||||
|
udieresisacute.sc Udieresiscaron udieresiscaron udieresiscaron.sc
|
||||||
|
Udieresisgrave udieresisgrave udieresisgrave.sc Udotbelow udotbelow
|
||||||
|
udotbelow.sc Ugrave ugrave ugrave.sc Uhookabove uhookabove uhookabove.sc
|
||||||
|
Uhorn uhorn uhorn.sc Uhornacute uhornacute uhornacute.sc Uhorndotbelow
|
||||||
|
uhorndotbelow uhorndotbelow.sc Uhorngrave uhorngrave uhorngrave.sc
|
||||||
|
Uhornhookabove uhornhookabove uhornhookabove.sc Uhorntilde uhorntilde
|
||||||
|
uhorntilde.sc Uhungarumlaut uhungarumlaut uhungarumlaut.sc Umacron
|
||||||
|
umacron umacron.sc underscore undertie undertieinverted uni2010 uni2011
|
||||||
|
uni2423 Uogonek uogonek uogonek.sc Upsilon upsilon Uring uring uring.sc
|
||||||
|
Utilde utilde utilde.sc V v v.sc W w w.sc Wacute wacute wacute.sc
|
||||||
|
Wcircumflex wcircumflex wcircumflex.sc Wdieresis wdieresis wdieresis.sc
|
||||||
|
weierstrass Wgrave wgrave wgrave.sc won X x x.sc Xi xi Y y y.sc Yacute
|
||||||
|
yacute yacute.sc Ycircumflex ycircumflex ycircumflex.sc Ydieresis
|
||||||
|
ydieresis ydieresis.sc Ydotbelow ydotbelow ydotbelow.sc yen Ygrave ygrave
|
||||||
|
ygrave.sc Yhookabove yhookabove yhookabove.sc Ytilde ytilde ytilde.sc Z z
|
||||||
|
z.sc Zacute zacute zacute.sc Zcaron zcaron zcaron.sc Zdotaccent
|
||||||
|
zdotaccent zdotaccent.sc Zdotbelow zdotbelow zdotbelow.sc zero
|
||||||
|
zero.oldstyle zero.prop zero.slash zero.taboldstyle Zeta zeta
|
BIN
themes/default/static/fonts/texgyreschola-bold.otf
Normal file
BIN
themes/default/static/fonts/texgyreschola-bold.otf
Normal file
Binary file not shown.
BIN
themes/default/static/fonts/texgyreschola-bolditalic.otf
Normal file
BIN
themes/default/static/fonts/texgyreschola-bolditalic.otf
Normal file
Binary file not shown.
BIN
themes/default/static/fonts/texgyreschola-italic.otf
Normal file
BIN
themes/default/static/fonts/texgyreschola-italic.otf
Normal file
Binary file not shown.
BIN
themes/default/static/fonts/texgyreschola-regular.otf
Normal file
BIN
themes/default/static/fonts/texgyreschola-regular.otf
Normal file
Binary file not shown.
@ -17,15 +17,18 @@
|
|||||||
|
|
||||||
<nav id="menu"><ul>
|
<nav id="menu"><ul>
|
||||||
{% for title, link in MENUITEMS %}
|
{% for title, link in MENUITEMS %}
|
||||||
<li><a href="{{ link }}">{{ title }}</a></li>
|
<a href="{{ link }}"><li>{{ title }}</li></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
{% if DISPLAY_CATEGORIES_ON_MENU %}
|
||||||
{% for cat, null in categories %}
|
{% for cat, null in categories %}
|
||||||
<li{% if cat == category %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
|
{% set c = cat|replace("-","</em><br><br>") %}
|
||||||
|
{% set c = '<em>'+c %}
|
||||||
|
<a href="{{ SITEURL }}/{{ cat.url }}"><li{% if cat == category %} class="active"{% endif %}>{{ c }}</li></a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li><a href="{{ SITEURL }}/pages/about.html">About this Module</a></li>
|
<br>
|
||||||
<li><a href="{{ SITEURL }}/categories">Overview</a></li>
|
<a href="{{ SITEURL }}/pages/about.html"><li class="pagelink">About this Module</li></a>
|
||||||
|
<a href="{{ SITEURL }}/categories"><li class="pagelink">Overview</li></a>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
|
|
||||||
<section id="content">
|
<section id="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user