Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* SCOTTISBAE's THEMES #190 (HTML PART 1) */
- /* */
- .musewrap {
- margin: auto;
- width: 390px;
- overflow:hidden;
- }
- .muserow {
- margin: auto;
- }
- /* muse on the left */
- .musecontainerleft {
- position:relative;
- width: 100%;
- float: left;
- margin:4px;
- width: 378px;
- height: 110px;
- background: #040404;
- border: solid 1px #0a0a0a;
- margin-bottom:15px;
- }
- .museimageleft {
- position:absolute;
- float:left;
- margin:5px;
- width: 100px;
- height: 100px;
- border: solid 1px #0a0a0a;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .musetextleft {
- width: 255px;
- height: 100px;
- padding:5px;
- float:none;
- margin-left:110px;
- background: #040404;
- overflow-y:scroll;
- }
- .linksleft {
- margin: 5px 5px 5px 10px;
- text-transform: lowercase;
- text-align: left;
- }
- .linksleft a {
- margin: 0px 5px 0px 5px;
- }
- /* muse on the left */
- /* muse on the right */
- .musecontainerright {
- position:relative;
- width: 100%;
- float: left;
- margin:4px;
- width: 378px;
- height: 110px;
- background: #040404;
- border: solid 1px #0a0a0a;
- margin-bottom:15px;
- }
- .museimageright {
- float:right;
- margin:5px;
- width: 100px;
- height: 100px;
- border: solid 1px #0a0a0a;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .musetextright {
- width: 255px;
- height: 100px;
- padding:5px;
- float:none;
- background: #040404;
- overflow-y:scroll;
- }
- .linksright {
- margin: 5px 10px 5px 5px;
- text-transform: lowercase;
- text-align: right;
- }
- .linksright a {
- margin: 0px 5px 0px 5px;
- }
- /* muse on the right */
- /* SCOTTISBAE's THEMES #190 (HTML PART 1) */
Advertisement
Add Comment
Please, Sign In to add comment