开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
forked from 开源中国/GiteeTree
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (2)
标签 (11)
master
new_version
v2.4.9
v2.1.0
v2.0.21
v2.0.20
v2.0.19
v2.0.18
v2.0.17
v2.0.16
v2.0.15
v2.0.14
v2.0.13
master
分支 (2)
标签 (11)
master
new_version
v2.4.9
v2.1.0
v2.0.21
v2.0.20
v2.0.19
v2.0.18
v2.0.17
v2.0.16
v2.0.15
v2.0.14
v2.0.13
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (2)
标签 (11)
master
new_version
v2.4.9
v2.1.0
v2.0.21
v2.0.20
v2.0.19
v2.0.18
v2.0.17
v2.0.16
v2.0.15
v2.0.14
v2.0.13
GitCodeTree
/
src
/
adapters
/
bitbucket.less
GitCodeTree
/
src
/
adapters
/
bitbucket.less
bitbucket.less 3.75 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2018年03月09日 20:37 +08:00 . !1 合并 octotree/master 最新代码,解决冲突
.octotree-show {
.octotree_bitbucket_only {
display: none;
}
.octotree_bitbucket_sidebar {
a.octotree_toggle {
top: 9px;
right: 5px;
&:not(.octotree_loading) > span:after {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/chevron-left.svg');
}
&:not(.octotree_loading):hover > span:after {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/chevron-left-hover.svg');
}
}
}
body.split-diff .container {
padding-left: 0;
}
}
.octotree_bitbucket_sidebar {
.btn {
box-sizing: border-box;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3.01px;
color: #333;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 14px;
font-variant: normal;
font-weight: 400;
height: 2.14285714em;
line-height: 1.42857143;
margin: 0;
padding: 4px 10px;
text-decoration: none;
vertical-align: baseline;
white-space: nowrap;
}
.btn:hover {
background: #e9e9e9;
border-color: #999;
color: #000;
text-decoration: none;
}
padding-top: 49px;
background-color: #f5f5f5;
.octotree_bitbucket_only {
display: block;
}
.octotree_views {
.octotree_view {
.octotree_view_header {
height: 49px;
background-color: #f3f3f3;
background-image: linear-gradient(#f9f9f9, #f3f3f3);
background-repeat: repeat-x;
border-bottom: 1px solid #e5e5e5;
}
.octotree_help {
& > span:before {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/question.svg');
}
}
}
.octotree_treeview {
.octotree_header_repo {
font-size: 13px;
}
.octotree_header_repo:before {
font-family: 'Atlassian Icons';
content: '\f135';
color: #707070;
}
.octotree_header_branch {
font-size: 11px;
}
.octotree_header_branch:before {
font-family: 'Atlassian Icons';
content: '\f127';
color: #707070;
}
.jstree-icon.tree:before {
content: '\f131';
color: #707070;
}
.jstree-icon.file-generic:before {
content: '\f12e';
color: #707070;
}
.jstree-node.jstree-leaf:hover {
.jstree-icon.blob {
margin-top: 3px;
}
.jstree-icon.blob:before {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/cloud-download.svg');
}
}
.jstree-icon.commit:before {
content: '\f139';
color: #707070;
}
.jstree-anchor {
color: #3572b0 !important;
& > span {
color: black;
}
}
.jstree-default {
.jstree-wholerow-hovered {
background: #e6e6e6;
}
.jstree-wholerow-clicked {
background: #e6e6e6;
}
}
.jstree-icon.tree, .jstree-icon.file-generic, .jstree-icon.commit {
font: normal normal 16px 'Atlassian Icons';
}
}
}
a.octotree_toggle, a.octotree_opts {
color: black !important;
&:hover, &.selected {
color: #4183C4 !important;
}
}
a.octotree_opts {
top: 16px;
right: 38px;
width: 14px;
height: 16px;
background: data-uri('image/svg+xml;charset=UTF-8', './octicons/gear.svg');
&:hover {
background: data-uri('image/svg+xml;charset=UTF-8', './octicons/gear-hover.svg');
}
}
a.octotree_toggle {
top: 5px;
right: -44px;
&:not(.octotree_loading) > span:after {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/chevron-right.svg');
}
&:not(.octotree_loading):hover > span:after {
content: data-uri('image/svg+xml;charset=UTF-8', './octicons/chevron-right-hover.svg');
}
}
}
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

码云 Gitee 的浏览器插件,可以浏览项目目录结构,支持 Chrome、Firefox、Safari 和 Opera 浏览器(同时支持码云和 Github)
暂无标签
AGPL-3.0
使用 AGPL-3.0 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/linux2014/GitCodeTree.git
git@gitee.com:linux2014/GitCodeTree.git
linux2014
GitCodeTree
GiteeTree
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /