タグ

cssに関するFalkyのブックマーク (82)

  • HEX 2 RGBA Color Calculator | by @Devoth

    « Back to devoth.com Devoth‘s HEX 2 RGBA Color Calculator ver 1.3 Let‘s you convert color value in HEX to RGBA and RGB, prepared for inclusion in CSS styles. Like what I do? Check my other tools & scripts: calculate Temperature conversion Calculator for converting temperature between Celsius, Fahrenheit, Kelvin and other scales Check it out → PHP Dead Simple Gallery Create a gallery in less than 5

    Falky
    Falky 2012/06/19
    色指定をhex(#xxx)からrgb/rgbaに変換してくれる。シンプルでよい。
  • HTMLやCSSでのプロトコル表記(http:、https:)の省略について

    HTMLCSSではプロトコル表記(http:、https:)の省略が可能です。 ということで、プロトコル表記の省略に関することを色々調べてみましたので、エントリーで紹介致します。 このエントリーは、「「Google HTML/CSS Style Guide」を適当に和訳してみた」の以下の部分に対しての便乗記事です。 埋め込みリソースからプロトコル表記(http:,https:)を省略する。 <!-- Not recommended --> <script src="http://www.google.com/js/gweb/analytics/autotrack.js"></script> <!-- Recommended --> <script src="//www.google.com/js/gweb/analytics/autotrack.js"></script> 1.プロトコ

    Falky
    Falky 2012/05/11
    なるほどー!安全でないコンテンツが混在していますって怒られるのはもしやこのパターンがほとんどだったのでは!?…IE?そんなもん使ってるヤツはどうせ細かいこと気にしないからほっといてええやろ