35 lines
695 B
CSS
35 lines
695 B
CSS
/*
|
|
Copyright 2013 Pixar
|
|
|
|
Licensed under the terms set forth in the LICENSE.txt file available at
|
|
https://opensubdiv.org/license.
|
|
*/
|
|
|
|
#top {
|
|
background-image: url('../images/background.jpg');
|
|
background-repeat:repeat;
|
|
padding-top:5px;
|
|
}
|
|
|
|
#titlearea {
|
|
background-image: url('../images/background.jpg');
|
|
background-repeat:repeat;
|
|
border: 1px solid rgb(204, 204, 204);
|
|
border-radius:15px;
|
|
-moz-border-radius:15px;
|
|
-webkit-border-radius:15px;
|
|
text-decoration: none;
|
|
margin-bottom:5px;
|
|
margin-left:5px;
|
|
margin-right:5px;
|
|
}
|
|
|
|
#projectlogo {
|
|
padding-bottom:10px;
|
|
padding-left:25px;
|
|
}
|
|
|
|
#projectlogo img {
|
|
width:150px;
|
|
}
|