Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
added separate css file for test page
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfulgeanu committed Sep 1, 2014
1 parent 2ada28b commit 988ce76
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 55 deletions.
52 changes: 52 additions & 0 deletions privly_button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
hr {
border: 1px;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #333, #ccc, #ccc);
background-image: -moz-linear-gradient(left, #333, #ccc, #ccc);
background-image: -ms-linear-gradient(left, #333, #ccc, #ccc);
background-image: -o-linear-gradient(left, #333, #ccc, #ccc);
}

#textarea1 {
width: 400px;
height: 100px;
resize: none;
border: none;
outline: none;
}
#textarea1b {
width: 400px;
height: 100px;
resize: none;
outline: none;
}
#textarea2 {
width: 400px;
height: 21px;
resize: none;
border: none;
margin-top: 10px;
outline: none;
}
#textarea2b {
width: 400px;
height: 21px;
resize: none;
margin-top: 10px;
outline: none;
}
#textarea3 {
width: 400px;
height: 15px;
resize: none;
}
#div1 {
width: 407px;
border: 1px solid grey;
}
#div2 {
width: 400px;
height: 30px;
border: 1px solid grey;
}
54 changes: 0 additions & 54 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,57 +309,3 @@ body { background-color: #fff; color: #333; }
.replace_link a:hover { color: #000; background-color:#ffffff; }

.replace_link { color: #000; background-color:#ff0000; }

hr {
border: 1px;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #333, #ccc, #ccc);
background-image: -moz-linear-gradient(left, #333, #ccc, #ccc);
background-image: -ms-linear-gradient(left, #333, #ccc, #ccc);
background-image: -o-linear-gradient(left, #333, #ccc, #ccc);
}

#textarea1 {
width: 400px;
height: 100px;
resize: none;
border: none;
outline: none;
}
#textarea1b {
width: 400px;
height: 100px;
resize: none;
outline: none;
}
#textarea2 {
width: 400px;
height: 21px;
resize: none;
border: none;
margin-top: 10px;
outline: none;
}
#textarea2b {
width: 400px;
height: 21px;
resize: none;
margin-top: 10px;
outline: none;
}
#textarea3 {
width: 400px;
height: 15px;
resize: none;
}
#div1 {
width: 407px;
border: 1px solid grey;
}
#div2 {
width: 400px;
height: 30px;
border: 1px solid grey;
}

2 changes: 1 addition & 1 deletion test_pages/privly_button.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Privly Button Test File</title>
<script src="../jquery-1.7.1.min.js" type="text/javascript"></script>

<link href="../styles.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../privly_button.css" media="screen" rel="stylesheet" type="text/css" />

</head>
<body>
Expand Down

0 comments on commit 988ce76

Please sign in to comment.