Ai
1 Star 0 Fork 0

meiyh/regexpme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.css 3.93 KB
一键复制 编辑 原始数据 按行查看 历史
yhualin 提交于 2022-12-12 01:32 +08:00 . RegexpMe for Chinese and English
body,html * {
margin:0;
padding:0;
font-family:sans-serif;
}
body {
background: #303030;
}
.code,.code * {
font-family: "DejaVu Sans Mono",monospace;
}
h1 {
font-size:3em;
color:#40C0FF;
margin:14px 0;
padding:0 16px;
padding-top:40px;
padding-bottom: 20px;
border-bottom:2px dashed grey;
min-height:60px;
}
h1 em{
color:#BBE0E0;
font-size:small;
padding-left:2em;
font-style: normal;
font-weight:normal;
display:inline-block;
}
#inputCt,#errorBox {
margin:8px 16px;
}
#inputCt div.re {
background:#EEE;
font-size:1.2em;
line-height: 1.4em;
color:#333;
border:1px solid black;
padding:4px;
font-weight: bold;
word-break:break-all;
word-wrap:break-word;
}
#inputCt div.re table {
border:none;
padding:0;
margin:0;
width:100%;
}
#inputCt div.re .input {
color:#3030C0;
padding:0 2px;
border:none;
background:#EEE;
font-size:1.2em;
line-height: 1.4em;
height:1.4em;
font-weight: bold;
word-break:break-all;
word-wrap:break-word;
margin:0;
width:auto;
}
#inputCt div.re #input {
display:table;
width:100%;
}
#inputCt label {
color:white;
cursor:pointer;
display:inline-block;
}
#inputCt label input {
margin-right:4px;
}
#errorBox {
background:#EEE;
font-size:1.2em;
line-height: 1.4em;
border:1px solid black;
padding:4px;
color:darkred;
white-space: pre;
word-wrap:normal;
word-break:keep-all;
display: none;
overflow:auto;
}
#visualIt,#embedIt,#exportIt,#resetIt {
font-size: 16px;
line-height: 16px;
display: inline-block;
margin: 10px;
margin-left:0;
padding:12px;
padding-bottom:10px;
color:#EEF;
border:none;
cursor:pointer;
background: #40B0EF;
background-image: linear-gradient(to bottom, #40B0EF,#3060A0);
border-radius: 5px;
text-decoration: none;
}
#visualIt:hover,#embedIt:hover,#exportIt:hover {
color:#FEF;
background: #3CB0FD;
background-image: linear-gradient(to bottom, #3CB0FD, #3498DF);
text-decoration: none;
}
#graphCt {
padding:4px;
margin:0px 16px;
border:1px solid black;
background: #EEE;
overflow: auto;
cursor:move;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#graphCt svg {
display:block;
margin:0 auto;
}
#noteBox {
font-size: 13px;
padding: 4px;
margin: 20px 16px;
border: 1px solid #999;
background: #303030;
overflow: auto;
/* cursor:move; */
/* -webkit-touch-callout: none; */
/* -webkit-user-select: none; */
/* -khtml-user-select: none; */
/* -moz-user-select: none; */
/* -ms-user-select: none; */
/* user-select: none; */
}
#noteBox .note {
padding-top: 20px;
padding-bottom: 20px;
}
#noteBox div {
color: #f8f8f8;
}
#noteBox .lh30 {
line-height: 30px;
}
#noteBox .plr20 {
padding-left: 20px;
padding-right: 20px;
}
#noteBox .fb {
font-weight: bold;
}
#noteBox .col-white01 {
color: #d8d8d8;
}
#noteBox .clearfix {
overflow: auto;
zoom: 1;
}
#noteBox .ptb10 {
padding-top: 10px;
padding-bottom: 10px;
}
#noteBox .fl {
float: left;
display: inline-block;
}
#noteBox .pl20 {
padding-left: 20px;
}
#noteBox .pr20 {
padding-right: 20px;
}
#noteBox table {
border-spacing: 0;
border-collapse: collapse;
border: 1px solid #c0c0c0;
}
#noteBox th {
text-align:inherit;
}
#noteBox td, th {
border: 1px solid #c0c0c0;
border-collapse: collapse;
padding: 5px;
}
footer {
text-align: center;
border-top:1px solid grey;
margin:1em auto;
padding:10px;
font-size:1.2em;
}
footer,footer a {
color:#EEF;
}
body.embed {
background: #EEE;
}
body.embed,body.embed #graphCt {
margin:0;
padding:0;
border:none;
}
body.embed h1,
body.embed #inputCt,
body.embed #github {
display:none !important;
}
body.embed footer {
display:none;
}
body.embed div.footer,body.embed div.footer a {
color:#828282;
font-size: 10px;
text-decoration: none;
}
body.embed div.footer {
display:block;
width:auto;
margin:0;
padding:2px 10px;
/*background:rgb(75,0,130);*/
opacity: 0.9;
position:fixed;
right:0;
bottom:0;
}
body.embed{height:100%;}
body.embed #graphCt {
height: 100vh;
}
.exportCanvas {
display:block;
margin:0 auto;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/meeyh/regexpme.git
git@gitee.com:meeyh/regexpme.git
meeyh
regexpme
regexpme
master

搜索帮助