現在 Tumblr dashboardに設定しているuser-css _

  • 画像は総じて半透明に。職場でも安心。
  • 写真PostよりもText/Quote Post重視でfollowしてるので、重視するのも勢いText重視。
  • 写真Postは1記事辺りの縦幅が伸びる傾向にあるので100px/120pxでちょんぎっちゃう。
	@namespace url(http://www.w3.org/1999/xhtml);
	
	@-moz-document url("http://www.tumblr.com/dashboard") {
		ol#posts li.post .image{
			width: auto !important;
			height:100px !important;
			-moz-opacity:0.5 !important;
		}
		ol#posts li.post{
			overflow:hidden;
			font-size:11px;
		}
		.photo{
			height:120px;
			overflow:scroll;
		}
		
	}


[戻る]