Updated all files to use Unix line endings.
This commit is contained in:
@ -1 +1 @@
|
||||
@import url('/css/global.css');
|
||||
@import url('/css/global.css');
|
||||
|
302
css/global.css
302
css/global.css
@ -1,151 +1,151 @@
|
||||
@font-face
|
||||
{
|
||||
font-family: 'Armata';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Armata'), local('Armata-Regular'), url(http://themes.googleusercontent.com/static/fonts/armata/v3/FG9R9aX-RIX_AvJI8USOWg.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #DF740C;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{ text-decoration: underline; }
|
||||
|
||||
#banner
|
||||
{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-attachment: fixed;
|
||||
background-color: #000;
|
||||
background-image: url('/img/hexpat.png');
|
||||
background-repeat: repeat;
|
||||
color: #6FC3DF;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
display: inline-block;
|
||||
margin: 0px 20px;
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
#footer
|
||||
{ text-align: center; }
|
||||
|
||||
#footer a:hover
|
||||
{ text-decoration: none; }
|
||||
|
||||
img
|
||||
{ border: 0 }
|
||||
|
||||
#left-content
|
||||
{
|
||||
float: left;
|
||||
width: 685px;
|
||||
}
|
||||
|
||||
#navbar a
|
||||
{
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#navbar h3
|
||||
{
|
||||
border-bottom: 1px solid #6FC3DF;
|
||||
color: #DF740C;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#page-title
|
||||
{
|
||||
font-family: 'Armata', sans-serif;
|
||||
font-size: 36px;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#profile
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
margin-top: 20px;
|
||||
width: 233px;
|
||||
}
|
||||
|
||||
#right-content
|
||||
{
|
||||
float: right;
|
||||
width: 235px;
|
||||
}
|
||||
|
||||
.segment
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px 20px 20px 20px;
|
||||
}
|
||||
|
||||
.segment-title
|
||||
{
|
||||
color: #DF740C;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.segment-content
|
||||
{ margin: 0; }
|
||||
|
||||
.sidelink
|
||||
{
|
||||
border: 1px solid #DF740C;
|
||||
color: #6FC3DF;
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
padding: 3px 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sidelink:hover
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
box-shadow: 0px 0px 8px #CDF8FF;
|
||||
}
|
||||
|
||||
.sidelink-active
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
box-shadow: 0px 0px 8px #CDF8FF;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
background-image: url('/img/50black.png');
|
||||
background-repeat: repeat;
|
||||
border: 1px solid #CDF8FF;
|
||||
box-shadow: 0px 0px 20px #CDF8FF;
|
||||
margin: 20px auto;
|
||||
width: 980px;
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: 'Armata';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Armata'), local('Armata-Regular'), url(http://themes.googleusercontent.com/static/fonts/armata/v3/FG9R9aX-RIX_AvJI8USOWg.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: #DF740C;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{ text-decoration: underline; }
|
||||
|
||||
#banner
|
||||
{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-attachment: fixed;
|
||||
background-color: #000;
|
||||
background-image: url('/img/hexpat.png');
|
||||
background-repeat: repeat;
|
||||
color: #6FC3DF;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
display: inline-block;
|
||||
margin: 0px 20px;
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
#footer
|
||||
{ text-align: center; }
|
||||
|
||||
#footer a:hover
|
||||
{ text-decoration: none; }
|
||||
|
||||
img
|
||||
{ border: 0 }
|
||||
|
||||
#left-content
|
||||
{
|
||||
float: left;
|
||||
width: 685px;
|
||||
}
|
||||
|
||||
#navbar a
|
||||
{
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#navbar h3
|
||||
{
|
||||
border-bottom: 1px solid #6FC3DF;
|
||||
color: #DF740C;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#page-title
|
||||
{
|
||||
font-family: 'Armata', sans-serif;
|
||||
font-size: 36px;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#profile
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
margin-top: 20px;
|
||||
width: 233px;
|
||||
}
|
||||
|
||||
#right-content
|
||||
{
|
||||
float: right;
|
||||
width: 235px;
|
||||
}
|
||||
|
||||
.segment
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px 20px 20px 20px;
|
||||
}
|
||||
|
||||
.segment-title
|
||||
{
|
||||
color: #DF740C;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.segment-content
|
||||
{ margin: 0; }
|
||||
|
||||
.sidelink
|
||||
{
|
||||
border: 1px solid #DF740C;
|
||||
color: #6FC3DF;
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
padding: 3px 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sidelink:hover
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
box-shadow: 0px 0px 8px #CDF8FF;
|
||||
}
|
||||
|
||||
.sidelink-active
|
||||
{
|
||||
border: 1px solid #6FC3DF;
|
||||
box-shadow: 0px 0px 8px #CDF8FF;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
background-image: url('/img/50black.png');
|
||||
background-repeat: repeat;
|
||||
border: 1px solid #CDF8FF;
|
||||
box-shadow: 0px 0px 20px #CDF8FF;
|
||||
margin: 20px auto;
|
||||
width: 980px;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
@import url('/css/global.css');
|
||||
@import url('/css/global.css');
|
||||
|
22
css/moo.css
22
css/moo.css
@ -1,11 +1,11 @@
|
||||
body
|
||||
{
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#cowPower
|
||||
{
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
body
|
||||
{
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#cowPower
|
||||
{
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user