- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
@charset "utf-8";
/* CSS Document */
a.header {
text-decoration: none;
color: #e4703e;
}
a.header1 {
text-decoration: none;
color: #E74C3C;
}
a.header2 {
text-decoration: none;
color: #00aced;
}
a.header3 {
text-decoration: none;
color: #2C3E50;
}
a.header4 {
text-decoration: none;
color: #517fa4;
}
a.header5 {
text-decoration: none;
color: #E74C3C;
}
a.header6 {
text-decoration: none;
color: #E74C3C;
}
* {
padding: 0;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
font-family: 'Lato', sans-serif;
box-sizing: border-box;
}
.float-right {
float: right;
}
.fa {
font-size: .8em;
font-family: 'FontAwesome';
line-height: 22px !important;
margin-right: 2px;
}
dropdown {
display: inline-block;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
vertical-align: top;
}
dropdown label, dropdown ul li {
display: block;
width: 200px;
background: #FFFFFF;
padding: 15px 20px;
}
dropdown label:hover, dropdown ul li:hover {
background: #e4703e;
color: white;
cursor: pointer;
}
dropdown label {
color: #e4703e;
border-left: 4px solid #e4703e;
position: relative;
z-index: 2;
}
dropdown input {
display: none;
}
dropdown input ~ ul {
position: relative;
visibility: hidden;
opacity: 0;
top: -20px;
z-index: 1;
}
dropdown input:checked + label {
background: #e4703e;
color: white;
}
dropdown input:checked ~ ul {
visibility: visible;
opacity: 1;
top: 0;
}
.link1, dropdown ul li:nth-child(1) {
border-left: 4px solid #E74C3C;
text-decoration: none;
color: #E74C3C;
}
dropdown ul li:nth-child(1) .fa {
color: #E74C3C;
}
dropdown ul li:nth-child(1):hover {
background: #E74C3C;
color: #FFFFFF;
}
dropdown ul li:nth-child(1):hover .fa {
color: white;
}
dropdown ul li:nth-child(2) {
border-left: 4px solid #00aced;
}
dropdown ul li:nth-child(2) .fa {
color: #00aced;
}
dropdown ul li:nth-child(2):hover {
background: #00aced;
color: #FFFFFF;
}
dropdown ul li:nth-child(2):hover .fa {
color: white;
}
dropdown ul li:nth-child(3) {
border-left: 4px solid #2C3E50;
}
dropdown ul li:nth-child(3) .fa {
color: #2C3E50;
}
dropdown ul li:nth-child(3):hover {
background: #2C3E50;
color: white;
}
dropdown ul li:nth-child(3):hover .fa {
color: white;
}
dropdown ul li:nth-child(4) {
border-left: 4px solid #517fa4;
}
dropdown ul li:nth-child(4) .fa {
color: #517fa4;
}
dropdown ul li:nth-child(4):hover {
background: #517fa4;
color: white;
}
dropdown ul li:nth-child(4):hover .fa {
color: white;
}
dropdown ul li:nth-child(5) {
border-left: 4px solid #bb0000;
}
dropdown ul li:nth-child(5) .fa {
color: #bb0000;
}
dropdown ul li:nth-child(5):hover {
background: #bb0000;
color: white;
}
dropdown ul li:nth-child(5):hover .fa {
color: white;
}
dropdown ul li:nth-child(6) {
border-left: 4px solid #517fa4;
}
dropdown ul li:nth-child(6) .fa {
color: #517fa4;
}
dropdown ul li:nth-child(6):hover {
background: #517fa4;
color: #E74C3C;
}
dropdown ul li:nth-child(6):hover .fa {
color: white;
}
.animate {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
/* Chrome and Safari */
-moz-backface-visibility: hidden;
/* Firefox */
-ms-backface-visibility: hidden;
/* Internet Explorer */
}
@charset "utf-8";
/* CSS Document */
body {
margin-top: 180px;
background-color: #112;
background-color: #0c2d41;
font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
}
.container {
width: 800px;
margin: auto;
}
.row {
position: relative;
height: 50px;
z-index: 1;
clear: both;
margin-bottom: 30px;
text-align: center;
}
.row--intro {
padding-top: 10px;
font-size: 16px;
line-height: 28px;
font-weight: 300;
color: #fff;
opacity: 0.4;
margin-right: 0px;
}
.row--intro span {
font-size: 11px;
}
.skew-title {
font-size: 25px;
}
.skew-title span {
position: relative;
display: inline-block;
width: 40px;
height: 50px;
margin: auto;
z-index: 2;
text-align: center;
color: #fff;
font-family: 'roboto condensed';
font-weight: 700;
font-size: 35.714285714285715px;
line-height: 50px;
-webkit-transform: skewY(-15deg);
-ms-transform: skewY(-15deg);
transform: skewY(-15deg);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transition: all 0.2s;
transition: all 0.2s;
cursor: default;
}
.skew-title span:after,
.skew-title span:before {
display: block;
top: 0;
left: 0;
position: absolute;
background: #185a81;
height: 50px;
width: 40px;
content: ' ';
z-index: -1;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.skew-title span:before {
background: rgba(0,0,0,0.1);
-webkit-transform: skewY(15deg);
-ms-transform: skewY(15deg);
transform: skewY(15deg);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.skew-title span:nth-child(even) {
background-color: #154e70;
-webkit-transform: skewY(15deg);
-ms-transform: skewY(15deg);
transform: skewY(15deg);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.skew-title span:nth-child(even):after {
background-color: #154e70;
}
.skew-title span:nth-child(even):before {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: skewY(-15deg);
-ms-transform: skewY(-15deg);
transform: skewY(-15deg);
}
.skew-title span.flat {
-webkit-transform: skewY(0);
-ms-transform: skewY(0);
transform: skewY(0);
}
.skew-title span.flat:before {
-webkit-transform: skewY(0);
-ms-transform: skewY(0);
transform: skewY(0);
}
.skew-title span.flat:nth-child(even):after {
background-color: #185a81;
}
.skew-title span.alt:after {
background-color: #b94a2c;
}
.skew-title span.alt:nth-child(even):after {
background-color: #a14026;
}
.skew-title span.alt.flat:nth-child(even):after {
background-color: #b94a2c;
}
.blueline {
color: #326c9c;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen - Skewed title text</title>
<link href="http://fonts.googleapis.com/css?family=Roboto:400,300,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:700" rel="stylesheet" type="text/css">
<link href="css/skew.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" type="text/css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/dropdown.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div id="TitleSlogan">
<h1 class="row skew-title">
<span dw_span_id="true">J</span>
<span dw_span_id="true">O</span>
<span dw_span_id="true">O</span>
<span dw_span_id="true">S</span>
<span dw_span_id="true">T</span>
<span dw_span_id="true">L</span>
<span dw_span_id="true">E</span>
<span class="last" dw_span_id="true">K</span>
<span class="alt" dw_span_id="true">T</span>
<span class="alt" dw_span_id="true">E</span>
<span class="alt" dw_span_id="true">C</span>
<span class="alt last" dw_span_id="true">H</span>
</h1>
<p class="row row--intro">Making games since 2014!</p>
</div>
<div id="dropdown">
<dropdown>
<input id="toggle" type="checkbox">
<a href="index.html" class="header">
<label for="toggle" class="animate">Home
<i class="fa fa-home float-right"></i>
</label>
</a>
<ul class="animate">
<li class="animate">Processing
<i class="fa fa-spinner fa-spin float-right"></i>
</li>
</ul>
</dropdown>
<dropdown>
<input id="toggle2" type="checkbox">
<label for="toggle2" class="animate">Games
<i class="fa fa-gamepad float-right"></i>
</label>
<ul class="animate">
<li class="animate">
<a href="venture.html" class="link">
Venture
</a>
<i class="fa fa-leaf float-right"></i>
</li>
</ul>
</dropdown>
<dropdown>
<input id="toggle3" type="checkbox">
<label for="toggle3" class="animate">Coding
<i class="fa fa-file-text float-right"></i>
</label>
<ul class="animate">
<li class="animate">
<a href="codepen.io/joostlek" class="header">
Codepen
</a>
<i class="fa fa-codepen float-right"></i>
</li>
<li class="animate">
<a href="http://www.github.com/joostlek">
Github
</a>
<i class="fa fa-github float-right"></i>
</li>
</ul>
</dropdown>
<dropdown>
<input id="toggle4" type="checkbox">
<label for="toggle4" class="animate">Contact Me
<i class="fa fa-gamepad float-right"></i>
</label>
<ul class="animate">
<li class="animate">Google+
<i class="fa fa-google-plus float-right"></i>
</li>
<li class="animate">Twitter
<i class="fa fa-twitter float-right"></i>
</li>
<li class="animate">Steam
<i class="fa fa-steam float-right"></i>
</li>
<li class="animate">Facebook
<i class="fa fa-facebook float-right"></i>
</li>
<li class="animate">Youtube
<i class="fa fa-youtube-play float-right"></i>
</li>
<li class="animate">Instagram
<i class="fa fa-instagram float-right"></i>
</li>
</ul>
</dropdown>
</div>
</div>
<script src="http://assets.codepen.io/assets/libs/fullpage/jquery-ab8e840c3dad7ccf2deadb8c40d53bdb.js"></script>
<script>
$('.skew-title').children('span').hover(function() {
var n = $(this).index();
n++;
$(this).addClass('flat');
if ((n % 2 == 0)) {
$(this).prev().addClass('flat');
} else {
if (!$(this).hasClass('last')) {
$(this).next().addClass('flat');
}
}
}, function() {
$('.flat').removeClass('flat');
});
//@ sourceURL=pen.js
</script>
</body>
</html>
我的第二个菜单问题是,悬停时下拉菜单没有变为白色,并且不知何故那里有一个随机的橙色条,如何解决?我希望它是一个没有线条的链接,并且颜色与其颜色代码匹配
最佳答案
将以下内容添加到您的 CSS 代码中
dropdown ul li a {
color: inherit;
text-decoration: none;
}
dropdown ul li a:hover {
color: white;
background: #E74C3C;
text-decoration: none;
}
关于html - 悬停后文本颜色不会改变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27745796/
我有以下MWE function f(p) ans = zeros(p, 2) return ans end ans = f(2) ans b=ans.+1.0 ans 起初,ans是正确的,
OWIN AppBuilder“UseStatic”位从本地文件系统传送文件,这在某些情况下很方便,但我希望它从我在应用程序启动时预先填充的内存中 IDictionary 传送内容。任何人都可以指出一
我是 JavaScript 新手。 我的代码允许我列出 JSON 文档的元素及其类型,并将所有元素连接到一个字符串 donnees_types 中。 问题是 JavaScript 中的 typeof
我想在每次刷新时更改主页上的背景图像。我怎样才能做到这一点?我认为 jquery 是可能的,但我不太清楚。 感谢您对此主题的任何帮助或评论。 最佳答案 我不知道“如何”,但我找到了以下链接: http
所以我已经在这上面花了几个小时了,老实说我完全陷入困境。我写了一个 for 循环来计算整数中的数字数量,但我发现一旦我输入 10 位以上的数字,除数值就会发生变化,而且我不明白为什么。我在互联网上搜索
当我在使用表面 View 的游戏 Activity 和使用膨胀菜单的其他 Activity 之间切换时,我会收到错误消息。 日志猫: 07-13 15:15:34.464: ERROR/Android
听说很简单 R*=f; G*=f; B*=f; 其中 f 是标量值 0 .. 1.0 或更大改变亮度的方法不太正确颜色,但我找不到一些代码片段获得更好的东西(无需太多学习色彩理论)也许有人可以在这里给
如以下链接所述:- How to get the ThreadPoolExecutor to increase threads to max before queueing? 我将队列实现更改为在进入
我只显示最初提供 20 分钟 slotMinutes 的日历。我试图让用户即时更改为 10 分钟的 slotMinutes。 我有一个触发以下代码的按钮: $('#calendar').fullCal
我的问题是:我的应用程序中有一个新闻列表(UITableView)当我点击 1 个"new"时,我打开它,里面有一个后退按钮,可以让我回到列表。现在的问题是我必须在滑动时实现"new"更改,所以我制作
我面临着与 I'm trying to install psycopg2 onto Mac OS 10.6.3; it claims it can't find "stdarg.h" but I ca
需要通过为 array2 中不存在的索引设置 visible false 来从 array1 创建一个新的 array3。 在下面的示例中,我有索引 0,2。所以对于 1,3,结果数组必须具有 vis
我有一个对象,类似这样 var Egg = function(){ this.test = $(.slider .label); $('.slider').slider({
我想改变 ScrollView 的宽度。首先,我这样做了: var scrollWidthConstraint: NSLayoutConstraint! 然后设置它: scrollWidthConst
我有两个动画,一个是“过渡”,它在悬停时缩小图像,另一个是 animation2,其中图像的不透明度以周期性间隔重复变化。 我有 animation2 在图像上进行,当我将鼠标悬停在它上面时,anim
我是一个 jQuery 新手,一直在尝试添加一个脚本来更改 div onClick 的 id。 这是一个jsfiddle example . $(function accept() { $("
我正在尝试更改用户输入的字母的大小写,并将该字母的小写和大写版本存储在变量中。我已经编写了下面的代码,但它在运行时遇到了问题。有人指出是什么导致了问题吗? #include #include #i
假设我有这段代码: char num[2] = {15, 240}; char* p_num; 现在,如果我理解的一切正确,数组中的位应该像这样对齐: 00001111 11110000 我的问题是
var html = '' + count + '' + i.Description + '' + i.Priority + '' + i.Status + 'johnsmith- ' + creat
我在虚拟机上安装了 minix3,并希望我可以操纵当前的队列选择算法,以便我可以将其从优先级顺序更改为包括随机分类的低优先级作业的优先级顺序。我发现我需要更改的代码部分在 proc.c 中,具体部分是
我是一名优秀的程序员,十分优秀!