• Audio Player突然不能显示了。。。悲剧

    奇怪啊。。。不知道到底搞啥了,原来用着好好的WordPress插件 Audio Player,突然不能用了,在本来应该显示播放器的地方显示一片空白。。。悲剧

    还有现在对自己这个站越来越不满意了,加载的插件太多,网页打开速度越来越感觉慢了,现在有种想法,等有时间了,将所有东西重新整理(这其中主要是我个人的原因,由于用WordPress初期不太懂),甚至会转投其他系统(比如typecho) ,如果万不得已真的要转系统的话,务必要做好所有工作。

  • 做梦鸟 蓝屏鸟 悲剧鸟

    昨天晚上做了个梦。。。梦见了。。。- – 奇怪啊。。。

    然后起床(其实是被朋友电话叫醒 – – 一直在诱导我考研, –!),接着开电脑,悲剧诞生

    “蓝屏鸟!” 更多...

  • 各种HTML标签CSS属性默认值汇总

    html, address,
    blockquote,
    body, dd, div,
    dl, dt, fieldset, form,
    frame, frameset,
    h1, h2, h3, h4,
    h5, h6, noframes,
    ol, p, ul, center,
    dir, hr, menu, pre   { display: block }
    li              { display: list-item }
    head            { display: none }
    table           { display: table }
    tr              { display: table-row }
    thead           { display: table-header-group }
    tbody           { display: table-row-group }
    tfoot           { display: table-footer-group }
    col             { display: table-column } 
    colgroup        { display: table-column-group }
    td, th          { display: table-cell; }
    caption         { display: table-caption }
    th              { font-weight: bolder; text-align: center }
    caption         { text-align: center }
    body            { margin: 8px; line-height: 1.12 }
    h1              { font-size: 2em; margin: .67em 0 }
    h2              { font-size: 1.5em; margin: .75em 0 }
    h3              { font-size: 1.17em; margin: .83em 0 }
    h4, p,
    blockquote, ul,
    fieldset, form,
    ol, dl, dir,
    menu            { margin: 1.12em 0 } 

    h5              { font-size: .83em; margin: 1.5em 0 }
    h6              { font-size: .75em; margin: 1.67em 0 }
    h1, h2, h3, h4,
    h5, h6, b,
    strong          { font-weight: bolder }
    blockquote      { margin-left: 40px; margin-right: 40px }
    i, cite, em,
    var, address    { font-style: italic }
    pre, tt, code,
    kbd, samp       { font-family: monospace }
    pre             { white-space: pre }
    button, textarea,
    input, object, 
    select          { display:inline-block; }
    big             { font-size: 1.17em }
    small, sub, sup { font-size: .83em }
    sub             { vertical-align: sub } 
    sup             { vertical-align: super }
    table           { border-spacing: 2px; }
    thead, tbody,
    tfoot           { vertical-align: middle }
    td, th          { vertical-align: inherit }
    s, strike, del  { text-decoration: line-through }
    hr              { border: 1px inset }
    ol, ul, dir,
    menu, dd        { margin-left: 40px }
    ol              { list-style-type: decimal }
    ol ul, ul ol,
    ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
    u, ins          { text-decoration: underline }
    br:before       { content: “\A” }
    :before, :after { white-space: pre-line } 

    center          { text-align: center }
    abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
    :link, :visited { text-decoration: underline }
    :focus          { outline: thin dotted invert } 更多...

  • CSS Sprites技巧:单个图片插入多个链接

    平时我们做网页的时候会用到img标签来插入图片,再结合a标签可以给图片加上链接,但是其实单独用a标签就可以实现这样的效果,而且可以在单个图片中插入多个链接。

    本文的基本做法就是用CSS Sprites将多个图片合并为1个,用CSS中的background属性代替img标签,用background-position来实现多个图片链接的最终效果。

    例如原来3个图片链接的HTML代码如下 更多...

  • 好吧 我再说两句友链的事

    1、既为友链,先是友情,再是链接。

    我其实是不怎么喜欢拒绝别人的,一般有朋友来我这里申请链接,只要情况不是太恶劣,我一般都是通过的。

    但是让我伤心的是,我在导航栏里面明明有个申请链接的说明页面,里面说了我的要求等等,但是就是有很多朋友不看。我在里面清楚的说明了“申请的时候请注意查看本页面的要求,如果无视本页要求一般是不予通过的。”,虽然我这样说了,但是我还是让很多没看该页面的朋友通过了,并且链接了。 更多...