3xxx.css文件

2019-07-22 02:05:08 -0400
<link href="https://3xxx.wodemo.net/skin/3xxx/1563754595/site.css" rel="stylesheet" type="text/css">

查看源码
https://3xxx.wodemo.net/skin/3xxx/1563754595/site.css

.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 250px;
  height: 70px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid rgb(30,205,151);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font: normal 37px/70px "Advent Pro", Helvetica, sans-serif;
  color: rgb(30, 205, 151);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoy-css:hover {
  color: rgba(255,255,255,1);
  background: rgb(30, 205, 151);
}

.enjoy-css:active {
  border: 2px solid rgba(33,224,163,1);
  background: rgba(33,224,163,1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

a {
    color: #09c;
    text-decoration: none;
}

body {
    text-align: center;
    word-wrap: break-word;
}

.wo-search-form {
    display: none;
}

.pagination a,.pagination span.page_no_link,.wo-entry-prev-next a,.wo-entry-prev-next span {
    display: inline-block;
    margin: 4px 2px;
    padding: 8px 16px;
    border: none;
    border: 2px solid #555555;
    background-color: #4CAF50;
 /* Green */
    background-color: white;
    color: white;
    color: black;
    text-align: center;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
 /* Safari */
    transition-duration: 0.4s;
}

.pagination .page_no_link:hover,.pagination a:hover,.wo-entry-prev-next a:hover {
    background-color: #555555;
    color: white;
}

* {
    box-sizing: border-box;
}

input[type="submit"] , textarea {
    width: 94%;
}

/* 文件详情 */

.wo-file-main {
    margin-top: 10px;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    background: #F8F8FF;
    word-wrap: break-word;
}

.wo-file-title {
    margin: 0 20px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
}

.wo-file-main .wo-file-title+p,.wo-file-main p+p {
    margin: 5px 25px 10px;
    padding: 0px 8px 10px;
    text-align: center;
    font-size: 0.8rem;
}

a.wo-toggle-link {
    color: #1ad;
}

.wo-file-main img {
    border-radius: 10px;
    box-shadow: #999 0 0 10px;
}

.wo-file-description-area {
    display: block;
    font-size: 1rem;
}

.wo-file-description-contents {
    display: block;
    margin-top: 10px;
    vertical-align: text-top;
    text-align: center;
    text-shadow: none;
    font-size: 0.9rem;
}

.wo-file-permissions {
    text-align: left;
}

.wo-file-permissions+p {
    color: #999;
}

.wo-file-screenshot {
    padding: 12px 0;
    background: #ddd;
    text-align: center;
    font-size: 1rem;
}

.wo-file-screenshot p {
    margin: 0 auto;
    width: 90%;
}

.wo-file-screenshot img {
    border-radius: 5px;
    box-shadow: #999 0 0 10px;
}
/* 文件详情 END */

/*撰文页*/
#my-entry-whole {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #ddd;
    text-align: left;
}

#my-entry-title {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 1rem;
}

#my-entry-time {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: #eee 1px dotted;
    color: #999;
    text-align: center;
    font-size: 0.8rem;
}

.wo-entry-section.wo-text-text {
    word-wrap: break-word;
}

.wo-entry-section.wo-text-markdown {
    text-align: left;
    word-wrap: break-word;
}

.wo-text-markdown pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.wo-entry-section.wo-text-markdown pre {
    border: none;
}

.wo-entry-section img {
    box-shadow: #a3a3a3 0 0 10px;
}

.wo-entry-section audio {
    margin: 10px;
    width: 60%;
    box-shadow: #a3a3a3 0 0 10px;
}

.wo-entry-section {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: #eee 1px dotted;
}

.wo-entry-section a {
    color: #1ad;
}

/*撰文页 end*/

/* 文件撰文通用 */.wo-main-body>a[href$="wodemo.com/"],.wo-main-body>a[href$="wodemo.net"] {
    color: #1ad;
}

.wo-main-body>a[href^="#"] {
    color: #925;
}

.wo-main-body>a[href*="filetalkdelete"] {
    color: #1ad;
}

.wo-main-body>div>a[href*="compose"],.wo-main-body>div>a[href*="editfile"] {
    color: #1ad;
}

form[action*="s.wodemo.com"] + a[href*="CrazyMc"],form[action*="s.wodemo.com"] + hr + a[href*="CrazyMc"] {
    color: #000;
}

form[action^="https://s.wodemo."] {
    margin: 10px 0;
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background: #FFFFFF;
    line-height: 30px;
}

form[action^="https://s.wodemo."] textarea {
    width: 96%;
    height: 100px;
    min-height: 60px;
    border: none;
    border-radius: 3px;
    box-shadow: inset #999 0 0 2px 1px;
    resize: vertical;
}

form[action^="https://s.wodemo."] input[type=submit] {
    margin: 10px;
    padding: 10px 5%;
    border: none;
    border-radius: 3px;
    background: #33CCCC;
    color: #FFF;
    font-size: 1rem;
}
«Newer      Older»

Back to home

Subscribe | Register | Login | N