Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Find everything from /* MUSE INFO TABS */ through everything in /* MUSE VERSES */. Replace it with this code:
- /* MUSE INFO TABS */
- /* MUSE NAVIGATION */
- #musenav {
- width:510px;
- height:345px;
- padding:25px;
- border:10px solid #000; /* Tab border. */
- overflow-x:hidden;
- background-color:#faf9f9;
- left:0px;
- top:-415px;
- z-index:99999;
- position:absolute;
- overflow-y:hidden;
- }
- #musenav img {
- margin-top:12px;
- margin-left:20px;
- border-radius:100px; /* Delete this line if you want a square image. */
- border:5px solid #e5dfe1; /* Border colour around the nav image. */
- width:150px;
- height:150px;
- position:relative;
- }
- #navinfo {
- margin-top:20px;
- margin-left:210px;
- width:260px;
- height:145px;
- padding:10px;
- font-family:11px;
- line-height:15px;
- position:relative;
- font-weight:bold;
- text-align:center;
- overflow-y:scroll;
- text-transform:lowercase;
- }
- #quickfacts {
- width:460px;
- height:70px;
- padding:15px;
- margin-top:10px;
- font-size:11px;
- position:relative;
- overflow-y:scroll;
- text-align:justify;
- }
- #muselinks {
- width:480px;
- height:15px;
- margin-top:20px;
- font-family:8.5px;
- position:relative;
- letter-spacing:3px;
- font-family:'Montserrat', sans-serif;
- }
- #muselinks a {
- background-color:#f3f3f3; /* BG colour behind the links @ the bottom of the tab. */
- border-radius:10px;
- padding:4px;
- border:1px solid #dddbdb; /* Border colour around the links @ the bottom of the tab. */
- font-size:8.5px;
- text-transform:uppercase;
- color:#a9838e;
- font-family:calibri;
- text-shadow: 0 1 0em;
- text-align:center;
- margin-left:20px;
- }
- #muselinks a:hover {
- letter-spacing:6px;
- color:#e4d7db; /* Hover colour for the links @ the bottom of the tab. */
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* MUSE STATS */
- #stats {
- width:510px;
- height:345px;
- padding:25px;
- border:10px solid #000; /* Border colour around the stats tab. */
- font-size:9.5px;
- line-height:16px;
- letter-spacing:.5px;
- text-align:left;
- overflow-y:hidden;
- background-color:#faf9f9; /* BG colour for the stats tab. Keep it the same as the scrollbar BG & border colours. */
- left:0px;
- top:-415px;
- position:absolute;
- overflow-y:scroll;
- z-index:99999;
- z-index:99999;
- display:none;
- }
- .show:focus + #stats {
- display:block;
- opacity:1;
- }
- #stats:hover {
- display: block;
- }
- #stats b {
- background-color:#f3f3f3; /* BG colour around the bold headings for the stats. */
- padding:5px;
- border-radius:10px;
- border:1px solid #dddbdb;
- font-size:8.5px;
- text-transform:uppercase;
- color:#86afc7; /* Text colour of the bold headings for the stats. */
- font-family:calibri;
- text-shadow: 0 1 0em;
- text-align:left;
- }
- /* MUSE BIOGRAPHY */
- #bio {
- width:510px;
- height:345px;
- padding:25px;
- border:10px solid #000; /* Border colour around the bio tab. */
- font-size:11.5px;
- line-height:16px;
- letter-spacing:.5px;
- text-align:justify;
- overflow-y:scroll;
- background-color:#faf9f9; /* BG colour for the bio tab. Keep it the same as the scrollbar BG & border colours. */
- left:0px;
- top:-415px;
- position:absolute;
- z-index:99999;
- display:none;
- }
- .show:focus + #bio {
- display:block;
- opacity:1;
- }
- #bio:hover {
- display: block;
- }
- /* CONNECTIONS */
- #connections {
- width:510px;
- height:345px;
- padding:25px;
- border:10px solid #000; /* Border colour around the connections tab. */
- line-height:16px;
- letter-spacing:.5px;
- overflow-y:scroll;
- background-color:#faf9f9; /* BG colour for the connections tab. Keep it the same as the scrollbar BG & border colours. */
- left:0px;
- top:-415px;
- position:absolute;
- z-index:99999;
- display:none;
- }
- .show:focus + #connections {
- display:block;
- opacity:1;
- }
- #connections:hover {
- display: block;
- }
- #connections a {
- color:#a9838e; /* Link colour for the bottom heading. */
- }
- #connections a:hover {
- color:#86afc7; /* Link colour for the bottom heading on hover. */
- letter-spacing:2px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #relation {
- width:350px;
- height:110px;
- padding:10px;
- margin-left:55px;
- margin-top:15px;
- font-size:11px;
- text-align:left;
- position:relative;
- border-bottom:1px solid #dddbdb; /* Border colour underneath each relation. */
- }
- #relation img {
- margin-top:15px;
- width:70px;
- height:70px;
- border-radius:100px; /* You can delete this line if you prefer a square image for the connections. */
- border:5px solid #e5dfe1; /* Border colour around each relation image. */
- }
- #relationhead {
- width:258px;
- height:78px;
- position:relative;
- margin-top:5px;
- margin-left:78px;
- }
- #relationinfo {
- width:258px;
- height:45px;
- padding:5px;
- margin-left:85px;
- margin-top:-40px;
- overflow-y:scroll;
- position:relative;
- text-align:justify;
- }
- #relationbottom {
- width:350px;
- height:10px;
- font-size:9.5px;
- text-align:center;
- margin-top:5px;
- color:#86afc7; /* Text colour for the bottom heading. */
- text-transform:uppercase;
- font-weight:bold;
- }
- /* MUSE VERSES */
- #verses {
- width:510px;
- height:345px;
- padding:25px;
- border:10px solid #000; /* Border colour around the verses tab. */
- font-size:11px;
- line-height:16px;
- letter-spacing:.5px;
- text-align:justify;
- overflow-y:scroll;
- background-color:#faf9f9; /* BG colour for the verses tab. Keep it the same as the scrollbar BG & border colours. */
- left:0px;
- top:-415px;
- position:absolute;
- z-index:99999;
- display:none;
- }
- .show:focus + #verses {
- display:block;
- opacity:1;
- }
- #verses:hover {
- display: block;
- }
- #versehead {
- width:475px;
- height:35px;
- position:relative;
- margin-top:25px;
- margin-left:15px;
- border-bottom:1px solid #dddbdb; /* Border colour beneath each verse title & description. */
- }
- #verseinfo {
- width:450px;
- height:75px;
- padding:15px;
- margin-top:-15px;
- margin-left:8px;
- overflow-y:scroll;
- position:relative;
- text-align:justify;
- }
Advertisement
Add Comment
Please, Sign In to add comment