Browse Source

externalize css

master
Nicolas Massé 8 years ago
parent
commit
fb5f0a92ff
  1. 21
      index.html
  2. 36
      soapui.css

21
index.html

@ -20,26 +20,7 @@
});
});
</script>
<style>
.soapui span {
font-weight: bold;
}
.soapui textarea {
width: 80%;
display: block;
height: 200px;
}
.soapui input[type=text] {
width: 80%;
display: block;
}
.soapui .hidden {
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="soapui.css">
</head>
<body>
<h1>Get information about Spain</h1>

36
soapui.css

@ -0,0 +1,36 @@
.soapui span {
font-weight: bold;
}
.soapui textarea {
width: 80%;
display: block;
font-size: .85em;
line-height: 1.2em;
overflow: auto;
height: 200px;
cursor: pointer;
background-color: #fcf6db;
border: 1px solid #e5e0c6;
}
.soapui input[type=text] {
width: 80%;
display: block;
}
.soapui .hidden {
display: none;
}
div.soapui {
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
}
.soapui h2 {
color: #999999;
font-family: "Droid Sans", sans-serif;
font-weight: bold;
font-size: 0.9em;
}
Loading…
Cancel
Save