没改动之前是上面这样的,图片显示不开,撑出了滚动条,想让他自适应100%,不出现滚动条 网上有方法 1.ueditor 的 themes 文件夹下有个iframe.css 加入以下代码,保存(原先的css文件应该是空的,只有一行注释)/// 个人感觉没用,调试了一下确实没用不知为什么,放在这了 前台 ...
分类:
Web程序 时间:
2016-08-13 15:33:22
阅读次数:
224
eclipse中若想改变外观,比如文本编辑器、Java编辑器的字体、视图窗口的字体,诸如其他的颜色配置等等,这些配置项及默认的字体和颜色属性是通过org.eclipse.ui.themes扩展点进行定义和扩展的。 扩展后,对应的主题配置项将会出现在windows——preferences——gene ...
分类:
其他好文 时间:
2016-08-06 14:11:54
阅读次数:
143
从后面的链接获得 Zukimac 主题包:下载 Zukimac Theme for Ubuntu 14.04,然后解压下载的 Zip 包,解压后会出现 Zukimac 和 Zukimac-ml 两个目录文件。把这些目录拷贝到您的 home 目录下的 .themes 文件夹中。进入 Home 目录中, ...
分类:
系统相关 时间:
2016-07-25 13:04:14
阅读次数:
215
Flex一些例子: http://blog.minidx.com/ 上千个Flex例子,对于学习者来说是一个庞大的资源宝库。 http://fleksray.org/Flex_skin.html http://www.scalenine.com/samples/themeSwapper/themeS ...
分类:
其他好文 时间:
2016-07-21 12:34:24
阅读次数:
179
User Interface(以下简称UI)是任何可以向用户展示、与用户交互的图形界面。Android提供了大量预定义的UI组件( a variety of pre-built UI components),比如Layout资源,除此之外,Android还提供了特殊的UI模型,如dialogs、notifications、menus 等。从本文起,将介绍Android的各种UI资源以及如何自定义UI...
分类:
移动开发 时间:
2016-07-06 15:01:42
阅读次数:
253
头部引用<linkrel="stylesheet"href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<scriptsrc="//code.jquery.com/jquery-1.9.1.js"></script>
<scriptsrc="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<linkr..
分类:
其他好文 时间:
2016-07-04 12:01:19
阅读次数:
223
代码:<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8">
<title>Demo:EditFeatures</title>
<linkrel="stylesheet"href="https://js.arcgis.com/3.17/dijit/themes/claro/claro.css">
<linkrel="style..
分类:
编程语言 时间:
2016-07-03 23:37:20
阅读次数:
1676
本文转自:http://www.codeproject.com/Articles/32847/ASP-NET-MVC-Dynamic-Themes Download source code - 148 KB Introduction I really needed to enable themes ...
分类:
Web程序 时间:
2016-07-01 18:15:25
阅读次数:
265
js文件: <script src="plugins/jqueryui/jqueryui/jquery-1.9.1.js" type="text/javascript"></script> <link rel="stylesheet" href="plugins/jqueryui/themes/ba ...
分类:
Web程序 时间:
2016-06-28 10:43:18
阅读次数:
181
html: 在页面头部要写 <title>网上预约</title> <link href="../App_Themes/default/css/header.css" rel="stylesheet" type="text/css" /> <link href="../App_Themes/defa ...
分类:
移动开发 时间:
2016-06-27 13:38:21
阅读次数:
228