码迷,mamicode.com
首页 >  
搜索关键字:font    ( 28583个结果
CSS常用中文字体、字号
字体(font-family):新细明体:PMingLiU细明体:MingLiU标楷体:DFKai-SB黑体:SimHei宋体:SimSun新宋体:NSimSun仿宋:FangSong楷体:KaiTi仿宋_GB2312:FangSong_GB2312楷体_GB2312:KaiTi_GB2312微软正...
分类:Web程序   时间:2014-08-26 09:47:06    阅读次数:270
关于line box,inline box,line-height,vertical-align之间的关系
1.content area 围绕着文字的一种box,高度由font-size和font-family决定。在chrome控制器里,你用鼠标志向某个内敛元素,显示的高度值。2.inline box的高度由line-height决定,一半的line-height在content area的上面,另一半...
分类:其他好文   时间:2014-08-26 01:42:35    阅读次数:209
找回丢失的linux mate menu
最近换了mintlinux17, 安装完sogou输入法以后发现mate桌面丢失了好多menu,最无法容忍的是font settings的功能也消失了。后来在官方wiki里看到了解决方法在终端执行下面这条命令就ok了mate-panel --reset
分类:系统相关   时间:2014-08-26 00:26:25    阅读次数:354
标准分页
***后代选择器的使用/* 标准分页 */div.pagination { width: 600px; margin: 10px auto; padding-bottom: 20px; }div.pagination ul { display: inline-block; font-size: 0;...
分类:其他好文   时间:2014-08-26 00:25:45    阅读次数:352
【Leet Code】ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I ...
分类:其他好文   时间:2014-08-25 23:00:25    阅读次数:671
[LeetCode] ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2014-08-25 22:27:24    阅读次数:315
可以尝试用Google Font API来摆脱网页字体的单调
在网页设计里,字体的显示是个问题。最普遍用的是宋体,但是宋体在 Win 7 下的表现真的很难看。雅黑端庄一些,但是随着字体大小,感觉汉字的大小也会有区别。小站现在用的字体是是宋体 + Arial/Georgia,因为习惯了也没多在意,其实对于英文字体有其它更好的选择。比如 Bitter 字体,用来做...
分类:Windows程序   时间:2014-08-25 14:57:14    阅读次数:754
增加图标 删除图标
http://fortawesome.github.io/Font-Awesome/icon/plus/ 增加http://fortawesome.github.io/Font-Awesome/icon/trash-o/ 删除
分类:其他好文   时间:2014-08-25 13:07:44    阅读次数:185
同一个网页上切换显示不同的图片
把图片的浏览链接集中安排在图片的主页面里,当用户点击某个图片的链接就能在当前网页显示css:代码ul,li{margin: 0;padding: 0}body{font-family: "Helvetica","Arial","serif","微软雅黑";color:#333;background-...
分类:Web程序   时间:2014-08-24 23:33:23    阅读次数:410
我的博客样式
此文长期更新,具体根据我博客的样式判定.架构: BlackLowKey页面CSS:div.prob{ box-shadow:0 0 4px #ccf; padding: 2px; text-align:left; border-radius:6px;}div.prob h2{ font-s...
分类:其他好文   时间:2014-08-24 20:45:12    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!