You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.1 KiB
82 lines
1.1 KiB
@font-face {
|
|
font-family: 'notcouriersans';
|
|
src: url('../fonts/notcouriersans');
|
|
}
|
|
|
|
@page{
|
|
size:A4;
|
|
|
|
}
|
|
|
|
@page :left {
|
|
margin-left: 0.4in;
|
|
margin-right: 1.2in;
|
|
@bottom-left {
|
|
content: counter(page);
|
|
font-size: 9px;
|
|
}
|
|
|
|
@top-left {
|
|
content: element(pageheader, first-except);
|
|
font-size: 9px;
|
|
}
|
|
}
|
|
@page :right {
|
|
margin-left: 1.2in;
|
|
margin-right: 0.4in;
|
|
@bottom-right {
|
|
content: counter(page);
|
|
font-size: 9px;
|
|
}
|
|
@top-right {
|
|
content: element(pageheader, first-except);
|
|
font-size: 9px;
|
|
}
|
|
}
|
|
|
|
#pageheader{
|
|
position: running(pageheader);
|
|
}
|
|
.title {
|
|
font-size: 25px;
|
|
text-align: center;
|
|
font-family: 'notcouriersans';
|
|
margin-top: 7in;
|
|
}
|
|
|
|
.published {
|
|
font-size: 20px;
|
|
font-family: 'notcouriersans';
|
|
page-break-after: always;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: black;
|
|
|
|
|
|
}
|
|
|
|
.author {
|
|
font-size: 20px;
|
|
font-family: 'notcouriersans';
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#title_edition {
|
|
font-size: 20px;
|
|
font-family: 'notcouriersans';
|
|
text-align: center;
|
|
}
|
|
|
|
#amro {
|
|
font-size: 20px;
|
|
font-family: 'notcouriersans';
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.essay_content {
|
|
font-family: 'notcouriersans';
|
|
font-size: 18px;
|
|
|
|
}
|
|
|