Skip to content

Commit

Permalink
fix some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Feb 17, 2025
1 parent 13134d4 commit 32a671f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion text_en/_templates/sphinx_minoo_theme/includes/bottom.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</p>
{%- if last_updated %}
<p style="font-size: 13px;">
{% trans last_updated=last_updated|e %}Last updated at {{ last_updated }}.{% endtrans %}
Last updated at {{ last_updated }}.
</p>
{%- endif %}
<p style="font-size: 13px;">
Expand Down
25 changes: 25 additions & 0 deletions text_en/_templates/sphinx_minoo_theme/static/minoo-ltr.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,28 @@ tr.row-even{background-color:#F5F5F5;}

/* custome style */

ul li{text-align:justify}
.red{color:#E65100}
.emoji-size{font-size:20px;color:#E65100}
p,blockquote{text-align:justify}
body{font-size:16px}
@font-face{font-family:'IranianSans';src:url('fonts/IranianSansWeb-Regular.woff');font-weight:normal;font-style:normal}
.table-ltr{direction:ltr !important;text-align:center;margin-bottom: -24px !important;}
.table-ltr th{text-align:center !important}
.reportmenufield{background-color:#ec407a !important}
.reportmenufield:hover{border-right:5px #f48fb1 solid !important}
.exercisesmenufield{background-color:#ef5350 !important}
.exercisesmenufield:hover{border-right:5px #ef9a9a solid !important}

#body-footer{
direction:ltr;width:100%;height:auto;padding:10px 0;background-color:#E8EAF6;line-height:30px;display:block;margin:0 0 24px 0;
display: flex;
}
#body-footer>#text>p{text-align:center;margin-bottom:0}
#body-footer>#text {
flex-grow: 1;
}
#body-footer>div>a>img {
height: 20vmin;
margin: 0 10px 0 10px;
}
6 changes: 3 additions & 3 deletions text_en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
Graph theory for olympiad in informatics
====================================

حتما پیش از شروع به خواندن، مطلب
`چگونه این کتاب را بخوانیم </book/appendix/1>`_
را مطالعه کنید.
Please read
`How to read this book </en/book/appendix/1>`_
before start reading.


.. toctree::
Expand Down

0 comments on commit 32a671f

Please sign in to comment.