Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Enay's maintained Linux pack #12

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions public_html/assets/css/dwarves.main.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ body {
#update {}

ul {
list-style:none;
padding-left:0;
list-style:none;
padding-left:0;
}

ul.list {
list-style: unset;
}

.by-line {
font-size: 70%;
}
42 changes: 42 additions & 0 deletions public_html/assets/css/mine.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/**
* Author: bebo
* Filename: dwarves.main.css
* Description: main style override for the lnp dwarf fortress page
* */

html, body {
font-family:Helvetica, Arial , sans-serif;
color:#333;
padding: 0px;
margin: 0px;
}

body {
background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f2f2f2 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f2f2f2 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f2f2f2 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f2f2f2 100%);
background: radial-gradient(ellipse at center, #ffffff 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
height: 100%;
min-height: 460px;
}

#content {}
#header {}
#update {}

ul {
list-style:none;
padding-left:0;
}

ul.list {
list-style: unset;
}

.by-line {
font-size: 70%;
}
4 changes: 2 additions & 2 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ <h4>Linux Version</h4>
<a
href="linux/">
<img class="img-responsive img-circle"
src="http://i.imgur.com/8dd9YLs.jpg"
src="https://i.imgur.com/t9vhinv.jpg"
style="max-width:100px; max-height:100px; "/>
<p>Beautato's Pack</p></a>
<p>Enay's Pack</p></a>
</div>
</div><!-- /row -->
</div><!-- /otherversions -->
Expand Down
Loading