chore: asdas
This commit is contained in:
60
custom/ast/en/OEBPS/Styles/HeaderStyles.css
Normal file
60
custom/ast/en/OEBPS/Styles/HeaderStyles.css
Normal file
@@ -0,0 +1,60 @@
|
||||
|
||||
/* Custom Heading */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
padding:0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-family: "font2";
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "font1";
|
||||
font-size: 21px;
|
||||
text-align: justify;
|
||||
margin: 0px 0px 65px 0px;
|
||||
text-indent: 3%
|
||||
}
|
||||
|
||||
div {
|
||||
text-indent: 3%
|
||||
}
|
||||
14
custom/ast/en/OEBPS/Styles/LoadFonts.css
Normal file
14
custom/ast/en/OEBPS/Styles/LoadFonts.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Load Fonts */
|
||||
@font-face {
|
||||
font-family: 'font1';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('../Fonts/literata-regular.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'font2';
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
src: url('../Fonts/literata-bold-italic.otf');
|
||||
}
|
||||
19
custom/ast/en/OEBPS/Styles/TableStyle.css
Normal file
19
custom/ast/en/OEBPS/Styles/TableStyle.css
Normal file
@@ -0,0 +1,19 @@
|
||||
table
|
||||
{
|
||||
border: 1px solid rgb(116, 153, 196);
|
||||
background-color: rgb(210, 228, 242);
|
||||
color: rgb(64, 64, 64);
|
||||
text-indent: 0px;
|
||||
text-align:justify;
|
||||
width: 100%;
|
||||
}
|
||||
tr
|
||||
{
|
||||
border: 1px solid rgb(116, 153, 196);
|
||||
}
|
||||
td
|
||||
{
|
||||
border: 1px solid rgb(116, 153, 196);
|
||||
padding: 15px;
|
||||
text-indent: 0px;
|
||||
}
|
||||
12
custom/ast/en/OEBPS/Styles/sgc-nav.css
Normal file
12
custom/ast/en/OEBPS/Styles/sgc-nav.css
Normal file
@@ -0,0 +1,12 @@
|
||||
nav#landmarks {
|
||||
display:none;
|
||||
}
|
||||
|
||||
nav#page-list {
|
||||
display:none;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user