Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8264761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:34:14+00:00 2026-06-08T04:34:14+00:00

I create a web page to control my TV (See the figure below). When

  • 0

I create a web page to control my TV (See the figure below). When I click the button, the server receives the POST request and translates it to IR signals.

It works. But the UI looks ugly. I’m newbie of the web front-end. Is there any CSS library can make the buttons look better, or and some dynamic appearance with JS library?

BTW, the web server is hosted on Arduino, which has 2K memory, 16MHz CPU and 30k flash. So there isn’t enough memory to save the internal CSS. I want the html page as small as possible. What I’m looking for is the CSS which I can link.

TV controller

UPDATE 7/23/2012

I add the CSS code below and the buttons look letter, though it is not perfect enough.

button {
            display: inline-block;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#fcf088));
            background: -moz-linear-gradient(center top, #f1da36 0%, #fcf088 100%);
            -webkit-box-shadow: 0px 0px 5px #777777, 0px 0px 2px #333333 inset;
            -moz-box-shadow: 0px 0px 5px #777777, 0px 0px 2px #333333 inset;
            box-shadow: 0px 0px 5px #777777, 0px 0px 2px #333333 inset;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            padding: 10px 15px;
            border-color: #ffffff;
            border-width: 1px;
            border-style: solid;
            font-size: 16px;
            color: #000000;
            font-weight: bold;
        }
        button:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeff07), color-stop(100%,#fcf088));
            background: -moz-linear-gradient(center top, #eeff07 0%, #fcf088 100%);
        }
        button:active {
            -webkit-box-shadow: 0px 0px 5px #333333 inset;
            -moz-box-shadow: 0px 0px 5px #333333 inset;
            box-shadow: 0px 0px 5px #333333 inset;
        }

IR Design 2

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:34:16+00:00Added an answer on June 8, 2026 at 4:34 am

    You could just do styling with CSS and save it in another file. Then you could host the CSS file on a separate server and link it externally.

    <head>
    <link rel="stylesheet" type="text/css" href="http://www.myotherserver.com/mystyle.css" />
    </head>
    

    If you don’t have other hosting set up, you could theoretically host the file using dropbox or something similar.

    http://www.maclife.com/article/howtos/how_host_your_website_dropbox

    If you aren’t looking to learn how to style CSS yourself, you can just copy something from a site like this, or generate it using one of the many generators out there.

    http://www.cssbutton.me/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a login control and a create user control i my web page...i
I am going to create a web server control representing a treeview. So I
I created a web control, and it needs some data from its parent page.
How to create web page using CSS and div to create 4 split screen?
I want to create a web page background image that fills the entire background,
I want to create a web page where a registered user picks a number
I have to create a web page that for the purposes of this question
I am attempting to create a web page that will allow a user to
Is it possible/easy to create a web page which would act like a Microsoft
I am using Mako templates to create a web page. There is a section

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.