history.css 5.4 KB
Newer Older
1
@charset "utf-8";
2

3
.articlehistory{
4 5 6 7 8 9 10 11
	border:1px solid #ccc;
}
.tops{
	font-size:12px;
}
.tops a.btn_gray img, .tops a.btn_blue img{
}

12
.tops a.btn_blue,.tops a.btn_gray
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
{
	color:#fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	/* [disabled]text-shadow:1px 1px 0px #a2d613; */
}
.tops a:hover.btn_blue,.tops a:hover.btn_gray {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}
.tops a.btn_blue:active,.tops a.btn_gray:active {
	/*position:relative;
	top:1px;*/
}

.tops a.btn_blue:not(:target),.tops a.btn_gray:not(:target) {
    background-image: url(button_back_off.svg);
}
.tops a:hover.btn_blue:not(:target),.tops a:hover.btn_gray:not(:target) {
    background-image: url(button_back_on.svg);
}

.button{ }


.tops ul{ }
.tops ul li{ }
52 53
.tops ul li a{
	font-size:12px;
54 55
	color:rgb(45,131,218);
}
56 57 58
.tops ul li span{
	font-size:12px;
	color:#333333;
59 60 61 62 63 64 65 66 67 68 69 70 71
}
.tops ul li a.nottouchdevice:hover{ }
.tops ul li a.gray_text{ color:#999999;}
.tops ul li a.active_tops{ color:#2d83da; }
.tops ul li b{ font-weight:normal; font-size:12px;}
.tops p{ color:#333333; font-size:12px;}

/* section */
.sectionhistory{
	border-top: 1px dashed #cccccc;
}
.cnt_section_list{
}
72 73
section.sectionhistory .cnt_section_list:hover{
	background-color: #EDEDED;
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
}
.cnt_section_list a.img{
}
.cnt_section_list a.img img{
}
/*.cnt_section_list a.img img.book_icon{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}*/
.cnt_section_list .text{
}
.cnt_section_list .text a.name{
	color: #37648C;
	font-size: 16px;
}
.cnt_section_list .text a.name img
{
}

.cnt_section_list .text a.name:hover{  }
.cnt_section_list .text ul.date{ }
.cnt_section_list .text ul.date li{
	color:#333333;
	font-size:13px;
}
/*---*/
.cnt_section_list .text .info{
}
.cnt_section_list .text ul.pic{
}
106
.cnt_section_list .text ul.pic li{
107
}
108
.cnt_section_list .text ul.pic li img {
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
}
.cnt_section_list .text ul.pic li a.read {
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
.cnt_section_list .text ul.pic li a.read:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}.cnt_section_list .text ul.pic li a.read:active {
	/*position:relative;
	top:1px;*/
}
.cnt_section_list .text ul.pic li a.read:not(:target) {
    background-image: url(button_back_off.svg);
}
.cnt_section_list .text ul.pic li a.read:hover:not(:target) {
    background-image: url(button_back_on.svg);
}

.cnt_section_list .text ul.pic li a.read_hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}.cnt_section_list .text ul.pic li a.read_hover:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}.cnt_section_list .text ul.pic li a.read_hover:active {
	/*position:relative;
	top:1px;*/
}

.cnt_section_list .img .band_horizontal {
}
.cnt_section_list .img .band_vertical {
}
.cnt_section_list .text .info .pic li .read {
}

#main-searchresult
{
	border:1px solid #ccc;
}
#main-searchresult span
{
}
#main-searchresult input
{
}
#main-searchresult input[type="radio"]
{
}
.tops a.btn_gray, .tops a.btn_blue{
	color:#fff;
}
a:hover
{
}
#main-searchresult span:hover
{
}

#msgSearchNotExist
{
}
Vo Duc Thang committed
196 197 198 199 200
#msgHistoryNotExist
{
    color:#f00;
    font-size:16px;
}
201 202 203 204 205
.sort-title{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}