mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fixes a few formatting issues
This commit is contained in:
@@ -8,18 +8,18 @@
|
|||||||
<h1>{{ character.name }}</h1>
|
<h1>{{ character.name }}</h1>
|
||||||
|
|
||||||
<div class="character_portrait">
|
<div class="character_portrait">
|
||||||
<img src="http://image.eveonline.com/Character/{{ character.id }}_256.jpg" />
|
<img src="https://image.eveonline.com/Character/{{ character.id }}_256.jpg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="character_corporation">
|
<div class="character_corporation">
|
||||||
<span><a href="http://evemaps.dotlan.net/corp/{{ character.corporation.name }}">{{ character.corporation.ticker }}</a></span>
|
<span><a href="http://evemaps.dotlan.net/corp/{{ character.corporation.name }}">{{ character.corporation.ticker }}</a></span>
|
||||||
<img src="http://image.eveonline.com/Corporation/{{ character.corporation.id }}_64.png" />
|
<img src="https://image.eveonline.com/Corporation/{{ character.corporation.id }}_64.png" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if character.corporation.alliance %}
|
{% if character.corporation.alliance %}
|
||||||
<div class="character_alliance">
|
<div class="character_alliance">
|
||||||
<span><a href="http://evemaps.dotlan.net/alliance/{{ character.corporation.alliance.name }}">{{ character.corporation.alliance.ticker }}</a></span>
|
<span><a href="http://evemaps.dotlan.net/alliance/{{ character.corporation.alliance.name }}">{{ character.corporation.alliance.ticker }}</a></span>
|
||||||
<img src="http://image.eveonline.com/Alliance/{{ character.corporation.alliance.id }}_64.png" />
|
<img src="https://image.eveonline.com/Alliance/{{ character.corporation.alliance.id }}_64.png" />
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){
|
$(function(){
|
||||||
$(".skill_heading")
|
$(".skill_heading")
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ body
|
|||||||
margin: 20px;
|
margin: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font: 80%/1.2 helvetica, arial, sans-serif;
|
font: 80%/1.2 helvetica, arial, sans-serif;
|
||||||
color: #444;
|
color: #000;
|
||||||
background: #6D825D;
|
background: #6D825D;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ body
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 960px;
|
width: 960px;
|
||||||
background:#9FB190;
|
background:#9FB190;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header
|
#header
|
||||||
@@ -66,7 +66,7 @@ border-radius: 15px;
|
|||||||
{
|
{
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color:#222;
|
color:#222;
|
||||||
text-shadow: 0px 1px 3px #555;
|
text-shadow: 0px 1px 3px #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h2
|
#content h2
|
||||||
@@ -74,7 +74,7 @@ border-radius: 15px;
|
|||||||
color:#222;
|
color:#222;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin: 0 0 .5em;
|
margin: 0 0 .5em;
|
||||||
text-shadow: 0px 1px 3px #555;
|
text-shadow: 0px 1px 3px #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content a, #content a:visited, #content a:active
|
#content a, #content a:visited, #content a:active
|
||||||
@@ -118,9 +118,9 @@ border-radius: 15px;
|
|||||||
|
|
||||||
#content #messagelist
|
#content #messagelist
|
||||||
{
|
{
|
||||||
width: 760px;
|
width: 100%px;
|
||||||
border: 1px solid #efefef;
|
border: 1px solid #ccc;
|
||||||
background: #ffc;
|
background: #b3c6a2;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 0px 5px;
|
padding: 0px 0px 5px;
|
||||||
@@ -130,6 +130,7 @@ border-radius: 15px;
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
table
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user