开发者

ajaxcontroltoolkit tabcontainer style themes css

开发者 https://www.devze.com 2023-04-12 17:51 出处:网络
This link: http://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html has a great collection of themes for asp.net tabcontrol. Can someone help me find out where i can download css for al

This link: http://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html has a great collection of themes for asp.net tabcontrol. Can someone help me find out where i can download css for all the th开发者_C百科emes shown in that page? I tried all the links in the page but none of that seem to have the downloadable css info.

Thanks in advance!


I can help you access some of his stylesheets. Go to this blog entry of his: (blog entry) . Now, use the Way Back Machine @ archive.org and paste the CSS link into the way back machine text box. Select the date that was recorded by the WBM and you will be able to access it.

Example

You can now get an idea of what he is doing with his themes. I hope this helps.


I found something not better than yours.

Check it out

I hope you to help.


<style type="text/css">
        .MyTabStyle .ajax__tab_header
        {
            font-family: "Helvetica Neue" , Arial, Sans-Serif;
            font-size: 14px;
            font-weight:bold;
            display: block;

        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#9c3;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
        {
            color: #fff;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
        {
            border-bottom-color: #ffffff;
            background-color: #d7d7d7;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
            color: #000;
            border-color: #333;
        }
        .MyTabStyle .ajax__tab_body
        {
            font-family: verdana,tahoma,helvetica;
            font-size: 10pt;
            background-color: #fff;
            border-top-width: 0;
            border: solid 1px #d7d7d7;
            border-top-color: #ffffff;
        }
    </style>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号