/* Reset default styles
-------------------------------------------------------*/
body {
background-color: #eaeeef;
margin: 0;
padding: 0;
font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
color: #343434;
min-width: 960px;
}
a {
color: #1170a9;
text-decoration: none;
}
a:hover {
color: #0d527b;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1, h2, h3 {
margin: 0;
padding: 0;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
p {
padding: 10px 0;
margin: 0;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dt:after {
content: ":";
}
dd {
margin-left: 5px;
font-size: .85em;
margin-bottom: 5px;
}
/* Basic Layout
-------------------------------------------------------*/
#banner {
padding: 20px 20px 0 20px;
height: 60px;
background: #eaeaea url("../Images/header-bkg.png") repeat-x left bottom;
font-family: Tahoma;
border-bottom: 1px solid #e0e0e0;
/*CSS3 properties*/
text-shadow: -1px 1px 1px #fff;
}
.site-title {
margin: 0;
padding: 0;
font-size: 1.75em;
display: inline;
}
.site-title a {
color: #2f5163;
}
#page {
padding: 20px 15px;
}
#footer {
clear: both;
border-top: 1px dotted #c7ccd3;
margin: 20px 0 20px 0;
padding: 20px 0 20px 0;
font-size: 0.8em;
text-align: center;
color: #343434;
}
/* Menu
----------*/
#menu {
padding: 0;
margin: 0 0 0 60px;
display: inline;
}
#menu li {
padding: 0;
margin: 0 24px 0 0;
display: inline;
}
#menu li a {
padding: 12px 12px 12px 40px;
color: #0F6395;
}
#menu li a:hover {
color: #09354f;
}
#menu li.galleries a {
background: url("../Images/icon-gallery.png") no-repeat 0 50%;
}
#menu li.tags a {
background: url("../Images/icon-tags.png") no-repeat 0 50%;
}
#menu li.account a {
background: url("../Images/icon-account.png") no-repeat 0 50%;
}
#menu li.login {
margin-left: 0;
font-size: .75em;
}
#menu li.login a {
padding: 0;
}
#menu li.login a:before {
content: "[";
padding-right: 3px;
}
#menu li.login a:after {
content: "]";
padding-left: 3px;
}
/* Shared Layout
-------------------------------------------------------*/
div.sidebar {
float: left;
width: 25%;
margin-right: 30px;
height: 100%;
/*CSS3 properties*/
word-wrap: break-word;
}
div.main {
float: left;
width:70%;
}
/* Thumbnail Layout
-------------------------------------------------------*/
ul.thumbnails {
margin:0;
padding:0;
}
ul.thumbnails li {
position: relative;
list-style: none;
float: left;
margin: 8px;
padding: 5px;
font-size: small;
text-align: center;
border: 1px solid transparent;
width: 202px;
height: 202px;
line-height: 200px;
display: block;
}
ul.gallery li {
height: 220px;
}
ul.thumbnails li span {
display: block;
}
ul.thumbnails li span.image-overlay {
display: none;
width: 200px;
padding: 5px;
background-color: #fff;
color: #343434;
/*CSS3 properties*/
border-radius: 7px 7px 0 0;
-moz-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px 7px 0 0;
background-color: rgba(255, 255, 255, 0.75);
word-wrap: break-word;
}
ul.thumbnails li span.below-image {
line-height: normal;
}
ul.thumbnails li img {
margin: auto;
display: inline;
vertical-align: middle;
}
ul.thumbnails li:hover {
background: #f3f6f7;
border-color: #dbe2e5;
/*CSS3 properties*/
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 10px #d0d0d0;
-moz-box-shadow: 0px 0px 10px #d0d0d0;
-webkit-box-shadow: 0px 0px 10px #d0d0d0;
}
ul.thumbnails li:hover span.image-overlay {
display: block;
position: absolute;
top: 0;
left: 0;
line-height: normal;
}
/* Single Photo Layout
--------------------------------------------------*/
/* Sidebar
-------------*/
dd.tags {
margin: 5px;
}
ul.tags {
list-style: none;
display: inline;
padding: 0;
margin: 0;
}
ul.tags li {
display:inline;
padding: 1px 5px;
color: #fff;
background-color: #757575;
/*CSS3 properties*/
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
ul.tags li a {
color: #fff;
}
ul.tags li:hover {
background-color: #444;
}
.download {
font-size: 1.1em;
padding-left: 20px;
background: url("../Images/download.png") no-repeat left;
}
/* Main
----------*/
ol.comments {
font-size: .85em;
padding: 0;
list-style: none;
}
ol.comments h3 {
margin-top: 5px;
font-weight: bold;
border-bottom: 1px solid #dbe2e5;
}
ol.comments p {
padding: 0 0 0 5px;
}
#addComment textarea {
width: 100%;
}
/* Forms
----------------------------------------------------------*/
fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
}
fieldset legend {
font-size: 1.1em;
font-weight: bold;
padding: 2px 4px 8px 4px;
}
fieldset ol {
margin: 0;
padding: 0;
list-style: none;
}
fieldset ol li {
padding-bottom: 5px;
}
fieldset label {
display: block;
}
fieldset label.checkbox {
display: inline;
}
fieldset input[type="text"], input[type="password"] {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
width: 300px;
}
fieldset input[type="submit"] {
padding: 5px;
}
fieldset textarea {
color: #444;
width: 300px;
}
.no-legend {
border: none;
padding: 0;
}
.no-legend legend {
display: none;
}
fieldset input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
.input-validation-error {
border: 1px solid #be3e16;
background-color: #ffe4e4;
}
.field-validation-error {
display: block;
color: #be3e16;
font-weight: bold;
}
.validation-summary-errors {
color: #be3e16;
font-weight: bold;
}
.validation-summary-errors ul {
list-style: none;
padding: 0;
margin: 0
}
/* Misc
----------------------------------------------------------*/
.similar-tags
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
使用webmatirx开发的照片管理系统,使用Razor模板,其中包括有多文件上传、数据库读写、GDI+、照片处理等多种技术,比系统自带的模板强很多,是一个学习Razor模板的好实例。 系统中带的用户名是:lxx8368@gmail.com,密码:123456
资源推荐
资源详情
资源评论
收起资源包目录
MyPhoto.rar (39个子文件)
MyPhoto
Gallery
New.cshtml 2KB
Default.cshtml 1KB
View.cshtml 1KB
Upload.cshtml 2KB
Thumbnail.cshtml 1KB
App_Code
PhotoGallery.cshtml 379B
MultiThumbnailGenerator.cs 6KB
EnumerableExtensions.cs 501B
Tag
Default.cshtml 920B
View.cshtml 2KB
Thumbnail.cshtml 1KB
bin
Microsoft.Web.Helpers.dll 69KB
User
Default.cshtml 2KB
View.cshtml 2KB
Default.cshtml 90B
_PageStart.cshtml 85B
Styles
Site.css 9KB
App_Data
packages
microsoft-web-helpers.1.0
microsoft-web-helpers.1.0.nupkg 38KB
PhotoGallery.sdf 2.27MB
_SiteLayout.cshtml 1KB
Account
Logout.cshtml 65B
Register.cshtml 5KB
Login.cshtml 2KB
Photo
Edit.cshtml 2KB
View.cshtml 8KB
EditTags.cshtml 3KB
Remove.cshtml 2KB
Full.cshtml 553B
Thumbnail.cshtml 968B
Images
icon-tags.png 2KB
download.png 3KB
header-bkg.png 254B
pre.png 11KB
next.png 11KB
gallery-empty.png 52KB
icon-gallery.png 1KB
icon-account.png 1KB
favicon.ico 0B
_AppStart.cshtml 114B
共 39 条
- 1
资源评论
- wjhyuanzhe2012-06-07界面布局有些简单,不过可以看得出数据库的结构,值得学习!多谢!
- sheepxdm2012-01-03虽然是模版,但是作者做了翻译,还是挺好的
- lstlcyygj2012-12-24与官方给的源码没有太大的区别
- 一码超神2016-07-29花三分就下个程序,这种东西程序拿来好干嘛???
- dafang20012012-09-03只有view视图,没有m和c
lxxbluesea
- 粉丝: 1
- 资源: 15
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- js基础但是这个烂怂东西要求标题不能少于10个字才能上传然后我其实还没有写完之后再修订吧.md
- electron-tabs-master
- Unity3D 布朗运动算法插件 Brownian Motion
- 鼎微R16中控升级包R16-4.5.10-20170221及强制升级方法
- 鼎微R16中控升级包公版UI 2015及强制升级方法,救砖包
- 基于CSS与JavaScript的积分系统设计源码
- 生物化学作业_1_生物化学作业资料.pdf
- 基于libgdx引擎的Java开发连连看游戏设计源码
- 基于MobileNetV3的SSD目标检测算法PyTorch实现设计源码
- 基于Java JDK的全面框架设计源码学习项目
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功