新名刺が届いた!デザインそのままで特殊加工。潜水艦をイメージしてるのね。潜水艦の仕事なぞないんだがね。… on Twitpicから June 23, 2011
新名刺が届いた!デザインそのままで特殊加工。潜水艦をイメージしてるのね。潜水艦の仕事なぞないんだがね。… on Twitpicから June 23, 2011
ノコギリ君印のマグが壊れたので、Uボートの艦橋にしてみたよ。プレモ艦長と士官、KUBRICK兵が当直中。… on Twitpicから November 16, 2010
四隅角丸セット
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
左上角丸
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
右上角丸
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
左下角丸
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
右下角丸
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
@CNFJ(在日米海軍司令部)
“おはようございます。フォロワーの皆さんに好評のシリーズ「かわいい水兵さん」をtogetterでまとめてみました!「かわいい水兵さん」シリーズ http://t.co/56mJRZf”
(出典: twitter.com)
IE6
body {
color: red; /* 全てのブラウザ用の指定 */
color : green\9; /* IE8とそれ以下用の指定 */
*color : yellow; /* IE7とそれ以下用の指定 */
_color : orange; /* IE6用の指定 先頭に「_」をつける。 */
}
http://www.webcreatorbox.com/tech/css-hack-list/
IE6以下
#help_me { _color: blue; }
* html #help_me { color: red; }
IE7
*:first-child+html #help_me { color: red; }
*+html #help_me { color: red; }
IE6, IE7
#help_me { /color: blue; }
IE8
#help_me { color: blue\9; }
IE7, IE8
#help_me { color/*\**/: blue\9; }
IE6以外
#help_me { color/**/: blue; }
IE6, IE7以外
html>/**/body #help_me { color: red; }
IE6〜IE8以外
:root *> #help_me { color: red; }
モダンブラウザ
Firefox
#help_me, x:-moz-any-link { color: red; }
Firefox 3.0以上
#help_me, x:-moz-any-link, x:default { color: red; }
Safari 2-3
html[xmlns*=”“] body:last-child #help_me { color: red; }
Safari 2 – 3.1
html[xmlns*=”“]:root #help_me { color: red; }
Safari 2 – 3.1, Opera 9.25
*|html[xmlns*=”“] #help_me { color: red; }
Safari 3以上, Chrome
@media screen and (-webkit-min-device-pixel-ratio:0) {
#help_me { color: red; }
}
Safari 3以上, Chrome, Opera 9以上, Firefox 3.5以上
body:nth-of-type(1) #help_me { color: red; }
body:first-of-type #help_me { color: red; }
Opera 9.25以上
;;body #help_me { color: red; }
html:\66irst-child #help_me { color: red; }
Opera 8, 9以外
body[class|=”hypen-ated”] #help_me { color: red; }
iPhone
or
/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
#help_me { color: red; }
}
body {
font-size:13px
*font-size:small;
*font:x-small;
}
table {
font-size:inherit;
font:100%;
}
/*
10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
21px : 161.6%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/
.xx_large {font-size: 138.5%;}
.x_large {font-size: 108%;}
.large {font-size: 100%;}
.normal {font-size: 93%;}
.small {font-size: 85%;}
.x_small {font-size: 77%;}