Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marineko
Created August 8, 2014 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marineko/8c4dcfddf7fa45b59956 to your computer and use it in GitHub Desktop.
Save marineko/8c4dcfddf7fa45b59956 to your computer and use it in GitHub Desktop.
/* #loadarea
--------------------------- */
#loadarea {
margin: 0 auto;
width: 500px;
text-align: left;
}
#loadarea .loadItem {
padding: 10px 0;
width: 500px;
line-height: 160%;
border-bottom: #666 1px dotted;
}
/* #nowLoading
--------------------------- */
#nowLoading {
padding: 5px 0;
width: 100%;
text-align: center;
color: #fff;
}
/* =======================================
ClearFixElements
======================================= */
#loadarea .loadItem:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}
#loadarea .loadItem {
display: inline-block;
overflow: hidden;
}
/* =======================================
Page Top Button
======================================= */
#page-top
{
position: fixed;
bottom: 20px;
right: 50px;
}
#page-top a
{
background: #666;
text-decoration: none;
color: #fff;
width: 50px;
padding: 8px 0;
text-align: center;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#page-top a:hover
{
text-decoration: none;
background: #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment