forked from I2P_Developers/i2p.www
Style tweaks
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
{% set i2psource_sig = 'cbbf25dea50a717c3376eb7af226f0b2a653e0372db8782ef37aa8b3d275436c' %}
|
{% set i2psource_sig = 'cbbf25dea50a717c3376eb7af226f0b2a653e0372db8782ef37aa8b3d275436c' %}
|
||||||
{% set i2pupdate_sig = '533b0ce2d9e1bfc8762ba17eef3572ae7355ed8f21d5d3557b718a14b05794f2' %}
|
{% set i2pupdate_sig = '533b0ce2d9e1bfc8762ba17eef3572ae7355ed8f21d5d3557b718a14b05794f2' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ _('Download I2P') }}</h1>
|
|
||||||
|
|
||||||
<h3>{{ _('Dependency') }}</h3>
|
<h3>{{ _('Dependency') }}</h3>
|
||||||
<p>{% trans java='http://java.com/download/',
|
<p>{% trans java='http://java.com/download/',
|
||||||
openjdk='http://openjdk.java.net/install/',
|
openjdk='http://openjdk.java.net/install/',
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="biblinks">
|
||||||
<p align="center">
|
<p align="center">
|
||||||
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
|
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
|
||||||
{{ get_url('papers_list', choice=bib.field) }}
|
{{ get_url('papers_list', choice=bib.field) }}
|
||||||
@@ -38,6 +39,7 @@
|
|||||||
<a href='{{ get_url('papers_list', choice='author') }}'>{% endif %}
|
<a href='{{ get_url('papers_list', choice='author') }}'>{% endif %}
|
||||||
{%- endif %}{{ _('By author') }}{%- if bib.field != 'author' -%}</a>{% endif -%}
|
{%- endif %}{{ _('By author') }}{%- if bib.field != 'author' -%}</a>{% endif -%}
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Table 1: contains the sidebar and the body. -->
|
<!-- Table 1: contains the sidebar and the body. -->
|
||||||
<table cellspacing="3" cellpadding="0" border="0" align="center" width="100%%">
|
<table cellspacing="3" cellpadding="0" border="0" align="center" width="100%%">
|
||||||
|
@@ -307,6 +307,13 @@ div#content .inner > .title {
|
|||||||
|
|
||||||
/* End of downloads list CSS */
|
/* End of downloads list CSS */
|
||||||
|
|
||||||
|
.biblinks {
|
||||||
|
left: auto;
|
||||||
|
position: absolute;
|
||||||
|
right: 10%;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#global-footer {width:auto; border-top:3px solid #883333; background:#552222; box-shadow:0px -4px 8px rgba(0,0,0,.3); padding:1em 10%; background:-moz-linear-gradient(#883333, #772222);}
|
#global-footer {width:auto; border-top:3px solid #883333; background:#552222; box-shadow:0px -4px 8px rgba(0,0,0,.3); padding:1em 10%; background:-moz-linear-gradient(#883333, #772222);}
|
||||||
#global-footer .aside {display:inline-block; width:15%; margin-left:1%; vertical-align:top;}
|
#global-footer .aside {display:inline-block; width:15%; margin-left:1%; vertical-align:top;}
|
||||||
#global-footer .aside.first {margin-left:0;}
|
#global-footer .aside.first {margin-left:0;}
|
||||||
|
Reference in New Issue
Block a user