Sign in

kelude / canrd-door · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • canrd-door
  • templets
  • default
  • style
  • picture.css
  • canrd-door门户第一次提交,包括首页,内容页,其它待跟进
      389fe663
    xiemaosheng1 authored
    2016-05-04 21:38:28 +0800  
    Browse Code »
picture.css 378 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
a.c1{
	padding:3px 8px 3px 8px;
	border:1px solid #BADAA1;
	background:url(../images/but_bg_sr.gif) 0 0 repeat-x;
	color:#428C5B;
}

a.c2{
	color:#063;
	border:1px solid #9C0;
	background:url(../images/but_bg_sr.gif) 0px 0px repeat-x;
}

a.c1:hover{
	color:#369;
	border:1px solid #8CADCE;
	background:url(../images/but_bg_sr.gif) 0px -44px repeat-x;
}

a img {
	border:none;
}