Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2013 16:50
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 anonymous/5911008 to your computer and use it in GitHub Desktop.
Save anonymous/5911008 to your computer and use it in GitHub Desktop.
body{
padding:0px;
margin:0px;
font-family: sans;
font-size:12px;
}
/* general stuff */
a:link{
color: blue;
}
a:visited{
color: blue;
}
.center{
margin-left:auto;
margin-right:auto;
}
h1{
margin:0 0 10px 0;
}
.imgContainer>img.wide{
max-width:100%;
max-height:100%;
height:auto;
}
.imgContainer>img.tall{
max-height:100%;
max-width:100%;
width:auto;
}​
/* header and its elements*/
#header{
background-color:#1020B8;
color:white;
height: 30px;
margin: 0px;
padding: 0 20px 0 20px;
}
#logo{
color:white;
float:left;
margin:auto 0 auto 0;
line-height:30px;
}
#menu{
color:white;
float:right;
margin:auto 0 auto 0;
line-height:30px;
}
/*right top menu items if I had any*/
a.menuitem{
display:block;
}
.hclear{
width:100%;
clear:both;
}
/* contains lbar and content */
#container{
width: 1000px;
margin: 10px auto 0 auto;
padding:0;
}
#content{
border-style: none;
float:left;
margin:0;
width: 796px;
border: 1px solid;
box-shadow: 5px 5px 5px #888888;
border-color:#7f7f7f;
padding:20px 10px 10px;
text-align:justify;
}
#lbar{
width:150px;
float:left;
margin-right:10px;
border: 1px solid;
border-radius: 5px;
border-color:#7f7f7f;
padding:10px;
}
/* forms */
.formfield>label{
width:100px;
float:left;
}
.formTextarea>label{
display:block;
}
#loginpanel{
margin-top:20px;
padding:10px;
width: 300px;
border: 1px solid;
}
/* article */
.author{
font-size:10pt;
font-style:italic;
}
h3.articleTitle{
margin-bottom:0px;
}
.intro{
margin:10px 0 10px 0;
font-weight:bold;
}
/* classlist */
.year{
float:left;
margin:0 20px 10px 0;
}
.year>h3{
margin:0;
}
.class{
margin: 0 0 0 10px;
}
/*profile*/
#profilePic{
width:150px;
height:225px;
float:left;
margin: 0 10px 0 0;
}
#introduction{
margin: 20px 0 0 0;
}
#name{
font-size: 36px;
}
#company{
margin: 10px 0;
}
#company>div{
color:#666666;
}
#company>div:last-of-type{
color:black;
}
/*messaging*/
.messages{
height:50%;
overflow:auto;
}
.message{
border-width:1px;
border-color:#7f7f7f;
border-style:none none solid;
padding:10px 0px
}
.message:first-of-type{
border-style:solid none;
margin: 20px 0 0 0;
}
.message>.user{
float:left;
}
.message>.emptyUser{
float:left;
}
.msgDate{
float:right;
}
#addrContainer{
float:left;
}
#addrResult{
float:left;
}
#addrDisplay{
margin: 10px 0px;
}
.addrFind{
margin:3px 10px;
padding:0px 3px;
background-color:#aaaaaa;
border: solid 1px;
border-color: #666666;
border-radius: 3px;
}
.addr{
margin:10px 3px;
padding:0px 3px;
background-color:#aaaaaa;
border: solid 1px;
border-color: #666666;
border-radius: 3px;
}
.threadListElem{
border-width:1px;
border-color:#7f7f7f;
border-style:none none solid;
padding:10px 0px
}
.threadListElem:first-of-type{
border-style:solid none;
margin: 20px 0 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment