mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fixes a few formatting issues
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
<h1>{{ character.name }}</h1>
|
||||
|
||||
<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 class="character_corporation">
|
||||
<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>
|
||||
|
||||
{% if character.corporation.alliance %}
|
||||
<div class="character_alliance">
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</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">
|
||||
$(function(){
|
||||
$(".skill_heading")
|
||||
|
||||
@@ -3,7 +3,7 @@ body
|
||||
margin: 20px;
|
||||
padding: 0;
|
||||
font: 80%/1.2 helvetica, arial, sans-serif;
|
||||
color: #444;
|
||||
color: #000;
|
||||
background: #6D825D;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ body
|
||||
margin: 0 auto;
|
||||
width: 960px;
|
||||
background:#9FB190;
|
||||
border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#header
|
||||
@@ -66,7 +66,7 @@ border-radius: 15px;
|
||||
{
|
||||
font-size: 2em;
|
||||
color:#222;
|
||||
text-shadow: 0px 1px 3px #555;
|
||||
text-shadow: 0px 1px 3px #666;
|
||||
}
|
||||
|
||||
#content h2
|
||||
@@ -74,7 +74,7 @@ border-radius: 15px;
|
||||
color:#222;
|
||||
font-size: 1.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
|
||||
@@ -118,9 +118,9 @@ border-radius: 15px;
|
||||
|
||||
#content #messagelist
|
||||
{
|
||||
width: 760px;
|
||||
border: 1px solid #efefef;
|
||||
background: #ffc;
|
||||
width: 100%px;
|
||||
border: 1px solid #ccc;
|
||||
background: #b3c6a2;
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
padding: 0px 0px 5px;
|
||||
@@ -130,6 +130,7 @@ border-radius: 15px;
|
||||
margin: 0px;
|
||||
padding-left: 5px;
|
||||
padding-top: 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user