Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cabinfeversounds

    (@cabinfeversounds)

    Right, it looks to be part of .pagination. I want to change the background color of the text box that appears when you mouse over each post (i.e. the text showing Post Title, author, date, etc). The color I want it to be is #8dffdd.

    There are only two lines in .pagination that refer to ‘hover’:

    .pagination a:hover {text-decoration: none;}

    AND

    #pagination .nextpostslink:hover {background-color: #8dffdd; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

    The full .pagination:

    .pagination {padding: 20px 0 0 30px; color: #aaa9a9; font-size: 12px; clear: both; position: relative;}
    .pagination a {color: #000; text-decoration: none;}
    .pagination a:hover {text-decoration: none;}
    .pagination .nextpostslink {position: absolute; right: 0; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/nextpostslink.png") 100% 0 no-repeat; padding-right: 36px;}
    .pagination .previouspostslink {position: absolute; left: 30px; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/previouspostslink.png") 0 0 no-repeat; padding-left: 36px;}
    #pagination {padding: 20px 0 0 30px;}
    #pagination .nextpostslink {color: #000; text-decoration: none; display: block; padding: 9px 0; text-align: center; font-size: 14px;}
    #pagination .nextpostslink:hover {background-color: #8dffdd; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
    #pagination .loading {background: url("images/loading.gif") 240px 9px no-repeat; color: #555;}
    #pagination .loading:hover {background-color: transparent !important; cursor: default;}

    Any ideas? 🙂

    Thread Starter cabinfeversounds

    (@cabinfeversounds)

    I’ve just noticed an example of where this has been done, if that helps – http://musicyouneed.net/.

Viewing 2 replies - 1 through 2 (of 2 total)