码迷,mamicode.com
首页 >  
搜索关键字:SANS    ( 1781个结果
如何实现图片与输入框对齐
html 代码: * css 代码:body{ font:14px; font-family:Arial, Helvetica, sans-serif;}.divWrapper{ width:390px; height:39px; margin:0 auto; margin-top:20px...
分类:其他好文   时间:2015-03-10 13:31:21    阅读次数:114
css 笔记
当尺寸为 0 像素时,0 之后不需要使用 px 单位,因为 0 就是 0,无论单位是什么。p { font-size:0 }如果值为若干单词,则要给值加引号:p {font-family: "sans serif";}border-style(边框样式)常见样式有:dashed(虚线)| ...
分类:Web程序   时间:2015-03-10 11:56:20    阅读次数:231
微博置顶
微博置顶 - 豪情 *{ margin:0; padding:0;} body{font:12px/1.125 Arial,Helvetica,sans-serif;background:#fff;} table{border-collapse:collapse;border-spacing:0;} li{list-styl...
分类:其他好文   时间:2015-02-13 16:32:05    阅读次数:192
【python】matplotlib中文乱码问题
http://www.pythoner.com/200.html改matplotlibrc文件进入Python安装目录下的Lib\site-packages\matplotlib\mpl-data目录,打开matplotlibrc文件,删除font.family和font.sans-serif两行前...
分类:编程语言   时间:2015-02-12 21:26:04    阅读次数:261
2.2 CSS3基本语法 + 选择器
1. 基本语法 selector1, selector2{ property1 : value1; property2 : value2; } 如果value大于1个单词(如font-family的值可能是sans serif), 需要加上引号(font-family:"sans ...
分类:Web程序   时间:2015-02-10 18:10:13    阅读次数:203
html5(二)
*{ margin:0px; padding:0px;}h1{ font:bold 20px verdana,sans-serif;}h1{ font:bold 14px verdana,sans-serif;}header,section,footer,aside,nav,article,figu...
分类:Web程序   时间:2015-02-04 16:05:28    阅读次数:239
css
@charset"utf-8";*{ margin:0; padding:0; list-style-type:none;}a,img{ border:0;}body{ font:12px/180%Arial,Helvetica,sans-serif,"新宋体";}/*flexslider*/.flexslider{ margin-bottom:10px; position:relative; width:100%; height:100%; overflow:hidden; zoom:1;}.flex..
分类:Web程序   时间:2015-02-02 19:57:20    阅读次数:195
Android 字体相关总结
1、Android系统默认支持三种字体,分别为:“sans”, “serif”, “monospace“ 系统缺省方式(经试验缺省采用采用sans);2、在Android中可以引入其他字体3、示例如下:4、布局文件main.xml 5、J...
分类:移动开发   时间:2015-01-30 00:01:14    阅读次数:420
英文版firefox显示中文字体丑的问题
在Options里面选择Content,在Fonts&Colors区域的Default font中,选择Times New Roman在旁边的Advanced中选择,Fonts for:Simplified ChineseProportional:Sans SerifSerif: Microsoft...
分类:其他好文   时间:2015-01-29 14:26:45    阅读次数:258
简洁的404页面[网上找的]
404哟 404 该页面不存在(´?ω?`) body { background-color: #ECECEC; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #3c3c3c;}.demo p:f...
分类:其他好文   时间:2015-01-28 06:08:33    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!