増井俊之
PDA関連
連絡先
masui@pitecan.com
masui@masui.org
080-2388-1513
慶應義塾大学 環境情報学部
masui@sfc.keio.ac.jp
Treo 90, Palm Tungsten C をよく使ってました
style.css.unread {
width: 12px !important;
border-width: 0px 3px 0px 0px !important;
border-color: #007 !important;
background-color: #999 !important;
}
body {
//background-color: #e0e0ff !important;
//background-image: URL('https://i.gyazo.com/5d7a1cfd810c2e01ba5ba75ba35a6821.png') !important;
}
div.page {
opacity: 0.92;
}
li.page-list-item {
opacity: 0.93;
}
div.editor {
background-color: #fff !important;
}
.grid li.two-two.page-list-item {
width: 216px !important;
height: 316px !important;
}
.grid li.two-two.page-list-item a .title {
font-size: 20px !important;
}
.grid li.page-list-item {
width: 100px !important;
height: 150px !important;
}
.grid li.page-list-item a .title {
font-size: 12px !important;
}
.cursor {
animation: blink 1s infinite;
}
@keyframes blink {
0% { opacity: 0; }
50% { opacity: 0; }
51% { opacity: 1; }
100% { opacity: 1;}
}
増井俊之