3

此链接:http ://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html 包含大量用于 asp.net tabcontrol 的主题。有人可以帮我找出我可以在哪里下载该页面中显示的所有主题的 css 吗?我尝试了页面中的所有链接,但似乎都没有可下载的 css 信息。

提前致谢!

4

3 回答 3

2

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.

于 2011-12-02T15:55:14.280 回答
1

我发现了一些不比你更好的东西。

一探究竟

我希望你能帮忙。

于 2011-10-11T10:48:58.833 回答
1
<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>
于 2013-06-16T17:50:45.627 回答